]> granicus.if.org Git - vim/commitdiff
patch 7.4.1078 v7.4.1078
authorBram Moolenaar <Bram@vim.org>
Sun, 10 Jan 2016 14:20:29 +0000 (15:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 10 Jan 2016 14:20:29 +0000 (15:20 +0100)
Problem:    MSVC: "make clean" doesn't cleanup in the tee directory.
Solution:   Add the commands to cleanup tee. (Erich Ritz)

src/Make_mvc.mak
src/version.c

index a44601545b2328ef35fde50b2057f95e20be2f68..f51fbfcde469944a1ffb339b57a9d6ce58b20518 100644 (file)
@@ -1060,6 +1060,9 @@ clean:
        cd xxd
        $(MAKE) /NOLOGO -f Make_mvc.mak clean
        cd ..
+       cd tee
+       $(MAKE) /NOLOGO -f Make_mvc.mak clean
+       cd ..
        cd GvimExt
        $(MAKE) /NOLOGO -f Makefile clean
        cd ..
index 3c129de6bc4ce31a6773fef6bef7ce7488fcffb1..891e611387606461b36f4646776ef1d5a93b70a4 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1078,
 /**/
     1077,
 /**/