Skip to content

Commit e952c86

Browse files
committed
msvc: fix dependencies of compat/msvc.c
The file compat/msvc.c includes compat/mingw.c, which means that we have to recompile compat/msvc.o if compat/mingw.c changes. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a0be2c0 commit e952c86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.mak.uname

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ else
405405
BASIC_CFLAGS += -Zi -MDd
406406
endif
407407
X = .exe
408+
409+
compat/msvc.o: compat/msvc.c compat/mingw.c GIT-CFLAGS
408410
endif
409411
ifeq ($(uname_S),Interix)
410412
NO_INITGROUPS = YesPlease

0 commit comments

Comments
 (0)