diff options
Diffstat (limited to 'apps/codecs/libmusepack/libmusepack.make')
| -rw-r--r-- | apps/codecs/libmusepack/libmusepack.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libmusepack/libmusepack.make b/apps/codecs/libmusepack/libmusepack.make index 736f58b..795f3fe 100644 --- a/apps/codecs/libmusepack/libmusepack.make +++ b/apps/codecs/libmusepack/libmusepack.make @@ -14,6 +14,7 @@ MUSEPACKLIB_OBJ := $(call c2obj, $(MUSEPACKLIB_SRC)) OTHER_SRC += $(MUSEPACKLIB_SRC) $(MUSEPACKLIB): $(MUSEPACKLIB_OBJ) + $(SILENT)$(shell rm -f $@) $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1 # libmusepack is faster on ARM-targets with -O1 than -O2 |