зеркало из https://github.com/microsoft/git.git
Fix dependency of common-cmds.h
Say $(wildcard ...) when we mean it. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
01ebb9dc88
Коммит
766b084f59
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче