rbutil/rbspeex: alway run make clean before building librbspeex for a specific arch.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18005 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Wenger 2008-07-09 22:10:09 +00:00
parent c82511ab06
commit 145827d2a4

View file

@ -19,6 +19,7 @@ QMAKE_EXTRA_TARGETS += rbspeex
PRE_TARGETDEPS += rbspeex
}
mac {
rbspeex0.commands = @$(MAKE) -C ../../tools/rbspeex clean
rbspeex1.commands = @$(MAKE) -C ../../tools/rbspeex ARCH=ppc librbspeexppc.a
rbspeex2.commands = @$(MAKE) -C ../../tools/rbspeex clean
rbspeex3.commands = @$(MAKE) -C ../../tools/rbspeex ARCH=i386 librbspeexi386.a