forked from len0rd/rockbox
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
This commit is contained in:
parent
303b455ceb
commit
7bdf9a3392
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ UIBMP = $(BUILDDIR)/UI256.bmp
|
|||
.SECONDEXPANSION: # $$(OBJ) is not populated until after this
|
||||
|
||||
$(SIMLIB): $$(SIMOBJ) $(UIBMP)
|
||||
$(SILENT)$(shell rm -f $@)
|
||||
$(call PRINTS,AR $(@F))$(AR) rs $@ $^ >/dev/null 2>&1
|
||||
|
||||
$(BUILDDIR)/$(BINARY): $$(OBJ) $(SIMLIB) $(VOICESPEEXLIB) $(FIRMLIB)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue