summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-06-05 10:50:01 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-06-05 10:50:01 -0700
commit0dd27155630605e55a77c763e2f5ffaaf9d99a05 (patch)
tree7239f23bf88f927350a3e45f4a450c2da8ac1fc1
parent54d3c1ab426f60013b5b1b762de8bc304ee0bd54 (diff)
downloadabc-0dd27155630605e55a77c763e2f5ffaaf9d99a05.tar.gz
abc-0dd27155630605e55a77c763e2f5ffaaf9d99a05.tar.bz2
abc-0dd27155630605e55a77c763e2f5ffaaf9d99a05.zip
Reverting to Makefile with suppressed printouts.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50357b3e..72b35134 100644
--- a/Makefile
+++ b/Makefile
@@ -131,7 +131,7 @@ tags:
$(PROG): $(OBJ)
@echo "$(MSG_PREFIX)\`\` Building binary:" $(notdir $@)
- $(LD) -o $@ $^ $(LIBS)
+ @$(LD) -o $@ $^ $(LIBS)
lib$(PROG).a: $(OBJ)
@echo "$(MSG_PREFIX)\`\` Linking:" $(notdir $@)