aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-12 21:49:52 -0800
committerJunio C Hamano <gitster@pobox.com>2010-12-12 21:49:52 -0800
commit4a29c6a0db2a3ae7b8b94ad369f3b21c88482f95 (patch)
tree1a1a8af0e8742bc13a97e88edfad70e815bd3f44 /Makefile
parenta0078dee90e9b6baf17fa22cdeaadd8bec49e725 (diff)
parent6612b9e471a3e25079dac5257ead8cf6abe68575 (diff)
downloadgit-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--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49c41f175..5103dd466 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)"' \