mirror of
https://github.com/git/git.git
synced 2024-11-28 12:34:08 +08:00
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>
This commit is contained in:
parent
60d24dd255
commit
eea8c32b92
1
Makefile
1
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)"' \
|
||||
|
Loading…
Reference in New Issue
Block a user