]> granicus.if.org Git - vim/commitdiff
patch 8.0.0144: when using MSVC the GvimExt directory is cleaned twice v8.0.0144
authorBram Moolenaar <Bram@vim.org>
Fri, 6 Jan 2017 13:55:36 +0000 (14:55 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 6 Jan 2017 13:55:36 +0000 (14:55 +0100)
Problem:    When using MSVC the GvimExt directory is cleaned twice.
Solution:   Remove the lines. (Ken Takata)

src/Make_mvc.mak
src/version.c

index 5160aebd7b39b0786c3a02ceccf7163163479a29..f1ecbe0b6b3ed1a089c302f0dfac3d811460ba1f 100644 (file)
@@ -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:
index d4224cbdbd7bb91d55b4af0a7daec9cc6ab430a4..78717e14a69c0a2c35de6586b47dd6277ef72e17 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    144,
 /**/
     143,
 /**/