diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-01-06 15:51:55 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-01-06 15:51:55 +0100 |
commit | 2fda30146920a1b0bd9cdac7e644a28e4b873b89 (patch) | |
tree | 3ca4d98bb80e40e502921c8707146f7b6b242c8d /src/testdir | |
parent | 5ec8305ea884f5b04566b3c72cdc8d60b6bd29ad (diff) | |
download | vim-2fda30146920a1b0bd9cdac7e644a28e4b873b89.zip |
updated for version 7.4.135
Problem: Missing dot in MingW test Makefile.
Solution: Add the dot. (Michael Soyka)
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/Make_ming.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index da6d5e8dc..384fe73f8 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -53,7 +53,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test84.out test85.out test86.out test87.out test88.out \ test89.out test90.out test91.out test92.out test93.out \ test94.out test95.out test96.out test98.out test99.out \ - test100out test101.out test102.out test103.out + test100.out test101.out test102.out test103.out SCRIPTS32 = test50.out test70.out |