commit | 9c7d98d7c2b81e6e0b4d45389c56fc0e922a5bfe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 05 15:46:09 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 05 15:46:09 2014 +0100 |
tree | 49ff52569783ee1baabd44055c3733aa777139c5 | |
parent | fda3729a064d6466cec6ac83dd1bfcc437ea4cc9 [diff] |
updated for version 7.4.498 Problem: Typo in DOS makefile. Solution: Change exists to exist. (Ken Takata)
diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 07c6831..7fd2763 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak
@@ -87,7 +87,7 @@ -if exist Xfind rd /s /q Xfind -if exist viminfo del viminfo -del test.log - -if exists benchmark.out del benchmark.out + -if exist benchmark.out del benchmark.out .in.out: -if exist $*.failed del $*.failed