diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-06-13 02:00:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-13 02:02:10 -0700 |
commit | 48dd1da8e190c435de692c0cfff5a8f6eacedbe5 (patch) | |
tree | a2d86f7eaea886274774e7acc230f8587d5859eb /Makefile | |
parent | Merge branch 'jc/blame' (early part) (diff) | |
download | tgif-48dd1da8e190c435de692c0cfff5a8f6eacedbe5.tar.xz |
Makefile: common-cmds.h depends on generate-cmdlist.sh script
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $@+ $@ |