patch 7.4.1078

Problem:    MSVC: "make clean" doesn't cleanup in the tee directory.
Solution:   Add the commands to cleanup tee. (Erich Ritz)
This commit is contained in:
Bram Moolenaar
2016-01-10 15:20:29 +01:00
parent 30a89473ee
commit d08a8d4a31
2 changed files with 5 additions and 0 deletions

View 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 ..

View File

@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1078,
/**/
1077,
/**/