- helps with people who for some reason need to re-start the build without manually cleaning build/ dir.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2293
b64f7644-9d1e-0410-96f1-
a4d463321fa5
UB.first = $(word 1,$(UB.archs))
UB.other = $(wordlist 2,999,$(UB.archs))
-UB.BUILD = $(SRC/)configure --build=ub.$(1) --arch=$(1) --launch --launch-quiet
+UB.BUILD = $(SRC/)configure --force --build=ub.$(1) --arch=$(1) --launch --launch-quiet
## linefeed is important
define UB.BUILD.item