Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Don't yap about merge-subtree during make
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index a77d31de989f6de63bb2fbbd5ccef3c1c83352a8..d6c5d596b82d0af46539eb069d1633e19c64221d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-728,7
+728,7
@@
git$X: git.c common-cmds.h $(BUILTIN_OBJS) $(GITLIBS) GIT-CFLAGS
help.o: common-cmds.h
git-merge-subtree$X: git-merge-recursive$X
- rm -f $@ && ln git-merge-recursive$X $@
+
$(QUIET_BUILT_IN)
rm -f $@ && ln git-merge-recursive$X $@
$(BUILT_INS): git$X
$(QUIET_BUILT_IN)rm -f $@ && ln git$X $@