зеркало из https://github.com/microsoft/git.git
Makefile: common-cmds.h depends on generate-cmdlist.sh script
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
90ac368afd
Коммит
48dd1da8e1
2
Makefile
2
Makefile
|
@ -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 $@+ $@
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче