OSDN Git Service

Makefile: common-cmds.h depends on generate-cmdlist.sh script
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Jun 2007 09:00:01 +0000 (02:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Jun 2007 09:02:10 +0000 (02:02 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 0f6540c..392a5c4 100644 (file)
--- a/Makefile
+++ b/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 $@+ $@