diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-13 06:49:52 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-13 06:49:52 +0100 |
commit | 4a29c6a0db2a3ae7b8b94ad369f3b21c88482f95 (patch) | |
tree | 1a1a8af0e8742bc13a97e88edfad70e815bd3f44 /Makefile | |
parent | Merge branch 'tc/http-urls-ends-with-slash' (diff) | |
parent | help: always suggest common-cmds if prefix of cmd (diff) | |
download | git-4a29c6a0db2a3ae7b8b94ad369f3b21c88482f95.tar.xz git-4a29c6a0db2a3ae7b8b94ad369f3b21c88482f95.zip |
Merge branch 'ef/help-cmd-prefix'
* ef/help-cmd-prefix:
help: always suggest common-cmds if prefix of cmd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1675,6 +1675,8 @@ git$X: git.o $(BUILTIN_OBJS) $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ git.o \ $(BUILTIN_OBJS) $(ALL_LDFLAGS) $(LIBS) +help.o: common-cmds.h + builtin/help.o: common-cmds.h builtin/help.s builtin/help.o: EXTRA_CPPFLAGS = \ '-DGIT_HTML_PATH="$(htmldir_SQ)"' \ |