Merge branch 'ef/help-cmd-prefix'
[gitweb.git] / Makefile
index 49c41f1757c0a18de292c305a0518f572f6f3cc8..5103dd4666a5bc2447c80421314aca8c5ffa7b13 100644 (file)
--- 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)"' \