Makefile: do not have git.o depend on common-cmds.h
authorJeff King <peff@peff.net>
Wed, 20 Jun 2012 18:31:18 +0000 (14:31 -0400)
committerJunio 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

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)"' \