summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2019-06-19 21:06:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-06-20 21:03:05 (GMT)
commit963e1543edfc8b43310108a394a57515f8573701 (patch)
tree86092881f9fb1572054405d27b36748e11a46a9a /config.mak.uname
parent396ff7547d8b3f6a933069f048d09380d515a10b (diff)
downloadgit-963e1543edfc8b43310108a394a57515f8573701.zip
git-963e1543edfc8b43310108a394a57515f8573701.tar.gz
git-963e1543edfc8b43310108a394a57515f8573701.tar.bz2
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>
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index 6ddece0..473613a 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