comparison src/testdir/Makefile @ 5690:40f18a1c1592 v7.4.191

updated for version 7.4.191 Problem: Escaping a file name for shell commands can't be done without a function. Solution: Add the :S file name modifier.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Feb 2014 23:39:13 +0100
parents 22387c8eec43
children 1ed6acdbfef5
comparison
equal deleted inserted replaced
5689:41fa1a18bc2e 5690:40f18a1c1592
29 test79.out test80.out test81.out test82.out test83.out \ 29 test79.out test80.out test81.out test82.out test83.out \
30 test84.out test85.out test86.out test87.out test88.out \ 30 test84.out test85.out test86.out test87.out test88.out \
31 test89.out test90.out test91.out test92.out test93.out \ 31 test89.out test90.out test91.out test92.out test93.out \
32 test94.out test95.out test96.out test97.out test98.out \ 32 test94.out test95.out test96.out test97.out test98.out \
33 test99.out test100.out test101.out test102.out test103.out \ 33 test99.out test100.out test101.out test102.out test103.out \
34 test104.out 34 test104.out test105.out
35 35
36 SCRIPTS_GUI = test16.out 36 SCRIPTS_GUI = test16.out
37 37
38 .SUFFIXES: .in .out 38 .SUFFIXES: .in .out
39 39