Skip to content

Commit 963e154

Browse files
dschogitster
authored andcommitted
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]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 396ff75 commit 963e154

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
@@ -414,6 +414,8 @@ else
414414
BASIC_CFLAGS += -Zi -MDd
415415
endif
416416
X = .exe
417+
418+
compat/msvc.o: compat/msvc.c compat/mingw.c GIT-CFLAGS
417419
endif
418420
ifeq ($(uname_S),Interix)
419421
NO_INITGROUPS = YesPlease

0 commit comments

Comments
 (0)