diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-12-12 21:49:52 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-12-12 21:49:52 -0800 |
commit | 4a29c6a0db2a3ae7b8b94ad369f3b21c88482f95 (patch) | |
tree | 1a1a8af0e8742bc13a97e88edfad70e815bd3f44 /Makefile | |
parent | a0078dee90e9b6baf17fa22cdeaadd8bec49e725 (diff) | |
parent | 6612b9e471a3e25079dac5257ead8cf6abe68575 (diff) | |
download | git-4a29c6a0db2a3ae7b8b94ad369f3b21c88482f95.tar.gz git-4a29c6a0db2a3ae7b8b94ad369f3b21c88482f95.tar.xz |
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)"' \ |