aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-06-20 14:31:18 -0400
committerJunio C Hamano <gitster@pobox.com>2012-07-09 07:57:29 -0700
commiteea8c32b92ab7eb49202cd1cf29bb652a0ca02fb (patch)
tree6156490bd77c406bc968eda0a08d8fd1ac9d6f63 /Makefile
parent60d24dd2556f8b6020f9de37af3ec292c9f3769d (diff)
downloadgit-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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b24ca20d6..16bffc5cf 100644
--- 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)"' \