From 0dd27155630605e55a77c763e2f5ffaaf9d99a05 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 5 Jun 2014 10:50:01 -0700 Subject: Reverting to Makefile with suppressed printouts. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@) -- cgit v1.2.3