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:
parent
c82511ab06
commit
145827d2a4
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ QMAKE_EXTRA_TARGETS += rbspeex
|
||||||
PRE_TARGETDEPS += rbspeex
|
PRE_TARGETDEPS += rbspeex
|
||||||
}
|
}
|
||||||
mac {
|
mac {
|
||||||
|
rbspeex0.commands = @$(MAKE) -C ../../tools/rbspeex clean
|
||||||
rbspeex1.commands = @$(MAKE) -C ../../tools/rbspeex ARCH=ppc librbspeexppc.a
|
rbspeex1.commands = @$(MAKE) -C ../../tools/rbspeex ARCH=ppc librbspeexppc.a
|
||||||
rbspeex2.commands = @$(MAKE) -C ../../tools/rbspeex clean
|
rbspeex2.commands = @$(MAKE) -C ../../tools/rbspeex clean
|
||||||
rbspeex3.commands = @$(MAKE) -C ../../tools/rbspeex ARCH=i386 librbspeexi386.a
|
rbspeex3.commands = @$(MAKE) -C ../../tools/rbspeex ARCH=i386 librbspeexi386.a
|
||||||
|
|
Loading…
Reference in a new issue