Skip to content

Commit 48dd1da

Browse files
committed
Makefile: common-cmds.h depends on generate-cmdlist.sh script
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 90ac368 commit 48dd1da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ git-merge-subtree$X: git-merge-recursive$X
748748
$(BUILT_INS): git$X
749749
$(QUIET_BUILT_IN)rm -f $@ && ln git$X $@
750750

751+
common-cmds.h: ./generate-cmdlist.sh
752+
751753
common-cmds.h: $(wildcard Documentation/git-*.txt)
752754
$(QUIET_GEN)./generate-cmdlist.sh > $@+ && mv $@+ $@
753755

0 commit comments

Comments
 (0)