summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-01-10 15:20:29 +0100
committerBram Moolenaar <Bram@vim.org>2016-01-10 15:20:29 +0100
commitd08a8d4a31ed10225aca6be7565220fa541c32ac (patch)
tree301af9398ba50354fe76b6770ce1468fba036a9d
parent30a89473ee64a276215a55e7fa99e008945022df (diff)
downloadvim-git-d08a8d4a31ed10225aca6be7565220fa541c32ac.tar.gz
patch 7.4.1078v7.4.1078
Problem: MSVC: "make clean" doesn't cleanup in the tee directory. Solution: Add the commands to cleanup tee. (Erich Ritz)
-rw-r--r--src/Make_mvc.mak3
-rw-r--r--src/version.c2
2 files changed, 5 insertions, 0 deletions
diff --git a/src/Make_mvc.mak b/src/Make_mvc.mak
index a44601545..f51fbfcde 100644
--- a/src/Make_mvc.mak
+++ b/src/Make_mvc.mak
@@ -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 ..
diff --git a/src/version.c b/src/version.c
index 3c129de6b..891e61138 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1078,
+/**/
1077,
/**/
1076,