From: Jeff King Date: Wed, 20 Jun 2012 18:31:18 +0000 (-0400) Subject: Makefile: do not have git.o depend on common-cmds.h X-Git-Tag: v1.7.12-rc0~29^2~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eea8c32b92ab7eb49202cd1cf29bb652a0ca02fb;p=git.git 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 Signed-off-by: Junio C Hamano --- 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)"' \