projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ebb9d
)
Fix dependency of common-cmds.h
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b159ffd0ae49c28725de6549132e0ad3a3b69d20..81dafe5ee3308cb3e75986740d6d67f1364f6995 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-684,7
+684,7
@@
help.o: common-cmds.h
$(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