summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-11-20 16:49:55 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-11-20 16:49:55 +0000
commit303b455ceb0ed19875a370d4a12c0aaaf8ed3cc7 (patch)
treec6c88e96fd438df05aed5240d5fd04cc98bc6caf /apps/codecs/libmusepack
parent7677916aa0a58fc9411d80927002b68bd4cfeeae (diff)
downloadrockbox-303b455ceb0ed19875a370d4a12c0aaaf8ed3cc7.tar.gz
rockbox-303b455ceb0ed19875a370d4a12c0aaaf8ed3cc7.zip
Remove .a files before running ar, to avoid problems with renamed files remaining in the library.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19160 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libmusepack')
-rw-r--r--apps/codecs/libmusepack/libmusepack.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/libmusepack.make b/apps/codecs/libmusepack/libmusepack.make
index 736f58bc72..795f3fea54 100644
--- a/apps/codecs/libmusepack/libmusepack.make
+++ b/apps/codecs/libmusepack/libmusepack.make
@@ -14,6 +14,7 @@ MUSEPACKLIB_OBJ := $(call c2obj, $(MUSEPACKLIB_SRC))
14OTHER_SRC += $(MUSEPACKLIB_SRC) 14OTHER_SRC += $(MUSEPACKLIB_SRC)
15 15
16$(MUSEPACKLIB): $(MUSEPACKLIB_OBJ) 16$(MUSEPACKLIB): $(MUSEPACKLIB_OBJ)
17 $(SILENT)$(shell rm -f $@)
17 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1 18 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1
18 19
19# libmusepack is faster on ARM-targets with -O1 than -O2 20# libmusepack is faster on ARM-targets with -O1 than -O2