Skip to content

Commit d08a8d4

Browse files
committed
patch 7.4.1078
Problem: MSVC: "make clean" doesn't cleanup in the tee directory. Solution: Add the commands to cleanup tee. (Erich Ritz)
1 parent 30a8947 commit d08a8d4

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/Make_mvc.mak

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,9 @@ clean:
10601060
cd xxd
10611061
$(MAKE) /NOLOGO -f Make_mvc.mak clean
10621062
cd ..
1063+
cd tee
1064+
$(MAKE) /NOLOGO -f Make_mvc.mak clean
1065+
cd ..
10631066
cd GvimExt
10641067
$(MAKE) /NOLOGO -f Makefile clean
10651068
cd ..

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1078,
744746
/**/
745747
1077,
746748
/**/

0 commit comments

Comments
 (0)