From: Johannes Schindelin Date: Wed, 19 Jun 2019 21:06:00 +0000 (-0700) Subject: msvc: fix dependencies of compat/msvc.c X-Git-Tag: v2.23.0-rc0~58^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=963e1543edfc8b43310108a394a57515f8573701;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/config.mak.uname b/config.mak.uname index 6ddece0350..473613a20d 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -414,6 +414,8 @@ else BASIC_CFLAGS += -Zi -MDd endif X = .exe + +compat/msvc.o: compat/msvc.c compat/mingw.c GIT-CFLAGS endif ifeq ($(uname_S),Interix) NO_INITGROUPS = YesPlease