diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-12 11:08:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-12 11:08:57 +0000 |
commit | 3f606de6f8d02aa9377de89562ecdb4836e13607 (patch) | |
tree | f46ca8813f8d1e1451dc103ca9d70c2294d7b438 /apps/codecs | |
parent | db4fb9558535d880179701d3bc7520bc8c7d69ce (diff) |
silence the makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7121 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
-rw-r--r-- | apps/codecs/dumb/Makefile | 1 |
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-%) |