Skip to content

Commit 6b10005

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 ff33aa8 commit 6b10005

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)