Skip to content

Commit f5cc824

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 07ec9e9 commit f5cc824

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
@@ -388,6 +388,8 @@ else
388388
BASIC_CFLAGS += -Zi -MDd
389389
endif
390390
X = .exe
391+
392+
compat/msvc.o: compat/msvc.c compat/mingw.c GIT-CFLAGS
391393
endif
392394
ifeq ($(uname_S),Interix)
393395
NO_INITGROUPS = YesPlease

0 commit comments

Comments
 (0)