Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-13 08:49:52 +0300
committerJunio C Hamano <gitster@pobox.com>2010-12-13 08:49:52 +0300
commit4a29c6a0db2a3ae7b8b94ad369f3b21c88482f95 (patch)
tree1a1a8af0e8742bc13a97e88edfad70e815bd3f44 /Makefile
parenta0078dee90e9b6baf17fa22cdeaadd8bec49e725 (diff)
parent6612b9e471a3e25079dac5257ead8cf6abe68575 (diff)
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)"' \