提交 08df6171 编写于 作者: J Junio C Hamano

Makefile: dependency for builtin-help.o

builtin-help.c wants to include common-cmds.h which is a
generated file.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 70827b15
......@@ -470,6 +470,8 @@ git$X: git.c common-cmds.h $(BUILTIN_OBJS) $(GITLIBS)
$(ALL_CFLAGS) -o $@ $(filter %.c,$^) \
$(BUILTIN_OBJS) $(ALL_LDFLAGS) $(LIBS)
builtin-help.o: common-cmds.h
$(BUILT_INS): git$X
rm -f $@ && ln git$X $@
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册