summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2008-11-20 16:51:13 +0000
committerBjörn Stenberg <bjorn@haxx.se>2008-11-20 16:51:13 +0000
commit7bdf9a339245058e0b394a3d3088698092c27f6f (patch)
treed812c0fb493391ee65ab03e8b9651ae1f3db34a8
parent303b455ceb0ed19875a370d4a12c0aaaf8ed3cc7 (diff)
downloadrockbox-7bdf9a339245058e0b394a3d3088698092c27f6f.tar.gz
rockbox-7bdf9a339245058e0b394a3d3088698092c27f6f.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@19161 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/uisimulator.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/uisimulator.make b/uisimulator/uisimulator.make
index a5707bdea6..b2096c2a1a 100644
--- a/uisimulator/uisimulator.make
+++ b/uisimulator/uisimulator.make
@@ -25,6 +25,7 @@ UIBMP = $(BUILDDIR)/UI256.bmp
25.SECONDEXPANSION: # $$(OBJ) is not populated until after this 25.SECONDEXPANSION: # $$(OBJ) is not populated until after this
26 26
27$(SIMLIB): $$(SIMOBJ) $(UIBMP) 27$(SIMLIB): $$(SIMOBJ) $(UIBMP)
28 $(SILENT)$(shell rm -f $@)
28 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1 29 $(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1
29 30
30$(BUILDDIR)/$(BINARY): $$(OBJ) $(SIMLIB) $(VOICESPEEXLIB) $(FIRMLIB) 31$(BUILDDIR)/$(BINARY): $$(OBJ) $(SIMLIB) $(VOICESPEEXLIB) $(FIRMLIB)