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 <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Johannes Schindelin committed Jun 19, 2019 at 14:06 UTC 963e1543edfc8b43310108a394a57515f8573701
1 file changed +2
config.mak.uname
+2
@@ -414,6 +414,8 @@ else
414 BASIC_CFLAGS += -Zi -MDd
415 endif
416 X = .exe
417 +
418 +compat/msvc.o: compat/msvc.c compat/mingw.c GIT-CFLAGS
419 endif
420 ifeq ($(uname_S),Interix)
421 NO_INITGROUPS = YesPlease