Skip to content

Commit eea8c32

Browse files
peffgitster
authored andcommitted
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>
1 parent 60d24dd commit eea8c32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,6 @@ shell_compatibility_test: please_set_SHELL_PATH_to_a_more_modern_shell
19701970
strip: $(PROGRAMS) git$X
19711971
$(STRIP) $(STRIP_OPTS) $(PROGRAMS) git$X
19721972

1973-
git.o: common-cmds.h
19741973
git.sp git.s git.o: EXTRA_CPPFLAGS = \
19751974
'-DGIT_HTML_PATH="$(htmldir_SQ)"' \
19761975
'-DGIT_MAN_PATH="$(mandir_SQ)"' \

0 commit comments

Comments
 (0)