summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-01-06 14:55:36 +0100
committerBram Moolenaar <Bram@vim.org>2017-01-06 14:55:36 +0100
commit9269315f635e44a340389be7e986782b98499311 (patch)
tree7ca7f78d1f1660e00da3ca5b1965b9321f8f9c2f /src/Make_mvc.mak
parentf845b87f2b3a45cbee160e28d7a3f50e54054809 (diff)
patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twicev8.0.0144
Problem: When using MSVC the GvimExt directory is cleaned twice. Solution: Remove the lines. (Ken Takata)
Diffstat (limited to 'src/Make_mvc.mak')
-rw-r--r--src/Make_mvc.mak3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index 5160aebd7b..f1ecbe0b6b 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -1123,9 +1123,6 @@ clean:
cd GvimExt
$(MAKE) /NOLOGO -f Makefile clean
cd ..
- cd GvimExt
- $(MAKE) /NOLOGO -f Makefile clean
- cd ..
- if exist testdir\*.out del testdir\*.out
test: