summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-07-12 11:08:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-07-12 11:08:57 +0000
commit3f606de6f8d02aa9377de89562ecdb4836e13607 (patch)
treef46ca8813f8d1e1451dc103ca9d70c2294d7b438
parentdb4fb9558535d880179701d3bc7520bc8c7d69ce (diff)
downloadrockbox-3f606de6f8d02aa9377de89562ecdb4836e13607.tar.gz
rockbox-3f606de6f8d02aa9377de89562ecdb4836e13607.zip
silence the makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7121 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/dumb/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/dumb/Makefile b/apps/codecs/dumb/Makefile
index 823c1628c3..fa647f3924 100644
--- a/apps/codecs/dumb/Makefile
+++ b/apps/codecs/dumb/Makefile
@@ -79,7 +79,6 @@ endif
all: config-if-necessary
@$(MAKE) --no-print-directory $(ALL_TARGETS)
- $(call ECHO,DUMB has been built. Run $(APOST)make install$(APOST) to install it.)
install: config-if-necessary
@$(MAKE) --no-print-directory $(ALL_TARGETS:%=install-%)