From 303b455ceb0ed19875a370d4a12c0aaaf8ed3cc7 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Thu, 20 Nov 2008 16:49:55 +0000 Subject: 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 --- apps/codecs/libtremor/libtremor.make | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/codecs/libtremor') diff --git a/apps/codecs/libtremor/libtremor.make b/apps/codecs/libtremor/libtremor.make index 6f500ea7ac..8431eedc5a 100644 --- a/apps/codecs/libtremor/libtremor.make +++ b/apps/codecs/libtremor/libtremor.make @@ -14,6 +14,7 @@ TREMORLIB_OBJ := $(call c2obj, $(TREMORLIB_SRC)) OTHER_SRC += $(TREMORLIB_SRC) $(TREMORLIB): $(TREMORLIB_OBJ) + $(SILENT)$(shell rm -f $@) $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1 $(CODECDIR)/libtremor/%.o: $(ROOTDIR)/apps/codecs/libtremor/%.c -- cgit v1.2.3