summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 01ebb9d)
raw | patch | inline | side by side (parent: 01ebb9d)
author | Junio C Hamano <junkio@cox.net> | |
Thu, 5 Apr 2007 22:03:48 +0000 (15:03 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 5 Apr 2007 22:03:48 +0000 (15:03 -0700) |
Say $(wildcard ...) when we mean it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index b159ffd0ae49c28725de6549132e0ad3a3b69d20..81dafe5ee3308cb3e75986740d6d67f1364f6995 100644 (file)
--- a/Makefile
+++ b/Makefile
$(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