commit | 766b084f59c97bc8b096a59cd5c8d06df5aa2bc5 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Thu Apr 05 15:03:48 2007 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Thu Apr 05 15:03:48 2007 -0700 |
tree | 82c7ff526fc7e1852ce31ca7d052332093e401fd | |
parent | 01ebb9dc8846af729c13d5d8c9d939a6d1159240 [diff] [blame] |
Fix dependency of common-cmds.h Say $(wildcard ...) when we mean it. Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/Makefile b/Makefile index b159ffd..81dafe5 100644 --- a/Makefile +++ b/Makefile
@@ -684,7 +684,7 @@ $(BUILT_INS): git$X $(QUIET_BUILT_IN)rm -f $@ && ln git$X $@ -common-cmds.h: Documentation/git-*.txt +common-cmds.h: $(wildcard Documentation/git-*.txt) $(QUIET_GEN)./generate-cmdlist.sh > $@+ && mv $@+ $@ $(patsubst %.sh,%,$(SCRIPT_SH)) : % : %.sh