summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-13 06:49:52 +0100
committerJunio C Hamano <gitster@pobox.com>2010-12-13 06:49:52 +0100
commit4a29c6a0db2a3ae7b8b94ad369f3b21c88482f95 (patch)
tree1a1a8af0e8742bc13a97e88edfad70e815bd3f44 /Makefile
parentMerge branch 'tc/http-urls-ends-with-slash' (diff)
parenthelp: always suggest common-cmds if prefix of cmd (diff)
downloadgit-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--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49c41f1757..5103dd4666 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"' \