Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Makefile: do not have git.o depend on common-cmds.h
author
Jeff King
<peff@peff.net>
Wed, 20 Jun 2012 18:31:18 +0000
(14:31 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 9 Jul 2012 14:57:29 +0000
(07:57 -0700)
This dependency has been stale since
70827b1
(Split up
builtin commands into separate files from git.c, 2006-04-21).
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
60d24dd
)
diff --git
a/Makefile
b/Makefile
index b24ca20d6cebbd5d08a31c2d61c7bb5f7c557b5b..16bffc5cf963f20c3df26da8ac2a5c7638c2cf59 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1970,7
+1970,6
@@
shell_compatibility_test: please_set_SHELL_PATH_to_a_more_modern_shell
strip: $(PROGRAMS) git$X
$(STRIP) $(STRIP_OPTS) $(PROGRAMS) git$X
-git.o: common-cmds.h
git.sp git.s git.o: EXTRA_CPPFLAGS = \
'-DGIT_HTML_PATH="$(htmldir_SQ)"' \
'-DGIT_MAN_PATH="$(mandir_SQ)"' \