提交 766b084f 编写于 作者: J Junio C Hamano

Fix dependency of common-cmds.h

Say $(wildcard ...) when we mean it.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 01ebb9dc
......@@ -684,7 +684,7 @@ help.o: common-cmds.h
$(BUILT_INS): git$X
$(QUIET_BUILT_IN)rm -f $@ && ln git$X $@
common-cmds.h: Documentation/git-*.txt
common-cmds.h: $(wildcard Documentation/git-*.txt)
$(QUIET_GEN)./generate-cmdlist.sh > $@+ && mv $@+ $@
$(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册