git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
396ff75
)
msvc: fix dependencies of compat/msvc.c
author
Johannes Schindelin
<redacted>
Wed, 19 Jun 2019 21:06:00 +0000
(14:06 -0700)
committer
Junio C Hamano
<redacted>
Thu, 20 Jun 2019 21:03:05 +0000
(14:03 -0700)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
config.mak.uname
patch
|
blob
|
history
diff --git
a/config.mak.uname
b/config.mak.uname
index 6ddece03509e3a1a8d2ff9e71a07092980a8678f..473613a20d2e1badc48f302baa8e2d46312f2a28 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT