提交 48dd1da8 编写于 作者: J Junio C Hamano

Makefile: common-cmds.h depends on generate-cmdlist.sh script

Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 90ac368a
......@@ -748,6 +748,8 @@ git-merge-subtree$X: git-merge-recursive$X
$(BUILT_INS): git$X
$(QUIET_BUILT_IN)rm -f $@ && ln git$X $@
common-cmds.h: ./generate-cmdlist.sh
common-cmds.h: $(wildcard Documentation/git-*.txt)
$(QUIET_GEN)./generate-cmdlist.sh > $@+ && mv $@+ $@
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册