From 6421f94c0da1847bc925b83c5a8aaf564add0beb Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 1 Mar 2009 09:04:15 +0000 Subject: 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 --- apps/codecs/libmusepack/libmusepack.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libmusepack/libmusepack.make') diff --git a/apps/codecs/libmusepack/libmusepack.make b/apps/codecs/libmusepack/libmusepack.make index e6f06c6..e975f00 100644 --- a/apps/codecs/libmusepack/libmusepack.make +++ b/apps/codecs/libmusepack/libmusepack.make @@ -15,7 +15,7 @@ OTHER_SRC += $(MUSEPACKLIB_SRC) $(MUSEPACKLIB): $(MUSEPACKLIB_OBJ) $(SILENT)$(shell rm -f $@) - $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null + $(call PRINTS,AR $(@F))$(AR) rcs $@ $^ >/dev/null # libmusepack is faster on ARM-targets with -O1 than -O2 MUSEPACKFLAGS = $(filter-out -O%,$(CODECFLAGS)) -I$(APPSDIR)/codecs/libmusepack -- cgit v1.1