summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack/libmusepack.make
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-03-01 09:04:15 +0000
committerJens Arnold <amiconn@rockbox.org>2009-03-01 09:04:15 +0000
commit6421f94c0da1847bc925b83c5a8aaf564add0beb (patch)
tree35110aa01aa7b629f8bef4554457a20b5974b2d9 /apps/codecs/libmusepack/libmusepack.make
parent76be948199c181363de68f55deb79b40965e9eb4 (diff)
downloadrockbox-6421f94c0da1847bc925b83c5a8aaf564add0beb.tar.gz
rockbox-6421f94c0da1847bc925b83c5a8aaf564add0beb.zip
Silence warning from 'ar' if the archive had to be created.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20151 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack/libmusepack.make')
-rw-r--r--apps/codecs/libmusepack/libmusepack.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/libmusepack.make b/apps/codecs/libmusepack/libmusepack.make
index e6f06c65ad..e975f002e4 100644
--- a/apps/codecs/libmusepack/libmusepack.make
+++ b/apps/codecs/libmusepack/libmusepack.make
@@ -15,7 +15,7 @@ OTHER_SRC += $(MUSEPACKLIB_SRC)
15 15
16$(MUSEPACKLIB): $(MUSEPACKLIB_OBJ) 16$(MUSEPACKLIB): $(MUSEPACKLIB_OBJ)
17 $(SILENT)$(shell rm -f $@) 17 $(SILENT)$(shell rm -f $@)
18 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 18 $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null
19 19
20# libmusepack is faster on ARM-targets with -O1 than -O2 20# libmusepack is faster on ARM-targets with -O1 than -O2
21MUSEPACKFLAGS = $(filter-out -O%,$(CODECFLAGS)) -I$(APPSDIR)/codecs/libmusepack 21MUSEPACKFLAGS = $(filter-out -O%,$(CODECFLAGS)) -I$(APPSDIR)/codecs/libmusepack