summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-07-14 21:31:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-07-14 21:31:02 +0000
commit9237af7414d9351d1c0447e65a3a1757428df0a7 (patch)
tree74cd970bf429eef129b460a63d0d3fdf9713d4b4 /apps/Makefile
parentcd201668959ae1bff3e4d2b2c89b432859985cec (diff)
use the $(SILENT) thing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7145 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index ec97a6666a..348aba5db8 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -115,7 +115,7 @@ endif
$(BUILDDIR)/$(BINARY) : $(OBJS) $(DEPFILE) $(BUILDDIR)/libsim.a \
$(BUILDDIR)/libcomsim.a $(LIBROCKBOX)
@echo "LD $(BINARY)"
- @$(CC) $(GCCOPTS) -o $@ $(OBJS) -L$(BUILDDIR) -lrockbox -lsim -lcomsim $(LDOPTS) $(EXTRAOBJ) -Wl,-Map,$(OBJDIR)/rockbox.map
+ $(SILENT)$(CC) $(GCCOPTS) -o $@ $(OBJS) -L$(BUILDDIR) -lrockbox -lsim -lcomsim $(LDOPTS) $(EXTRAOBJ) -Wl,-Map,$(OBJDIR)/rockbox.map
endif