Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-06-13 13:00:01 +0400
committerJunio C Hamano <gitster@pobox.com>2007-06-13 13:02:10 +0400
commit48dd1da8e190c435de692c0cfff5a8f6eacedbe5 (patch)
treea2d86f7eaea886274774e7acc230f8587d5859eb
parent90ac368afd75c9a53c6d953a693380369a41f8db (diff)
Makefile: common-cmds.h depends on generate-cmdlist.sh script
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f6540c6d8..392a5c4bf1 100644
--- 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 $@+ $@