diff options
author | Jeff King <peff@peff.net> | 2012-06-20 14:31:18 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-07-09 07:57:29 -0700 |
commit | eea8c32b92ab7eb49202cd1cf29bb652a0ca02fb (patch) | |
tree | 6156490bd77c406bc968eda0a08d8fd1ac9d6f63 | |
parent | 60d24dd2556f8b6020f9de37af3ec292c9f3769d (diff) | |
download | git-eea8c32b92ab7eb49202cd1cf29bb652a0ca02fb.tar.gz git-eea8c32b92ab7eb49202cd1cf29bb652a0ca02fb.tar.xz |
Makefile: do not have git.o depend on common-cmds.h
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>
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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)"' \ |