Forgot to force
[oota-llvm.git] / test / Makefile.tests
index 905531a8843273e42fd1bc4b176c2aecd0e0abb9..5064c80957e82baf0daec6a6dccc1d24d1b5730c 100644 (file)
@@ -64,7 +64,7 @@ Output/%.bc: Output/%.ll $(LGCCAS)
        $(LGCCAS) $< -o $@
 
 Output/%.bc: %.ll $(LAS)
-       $(LAS) $< -o $@
+       $(LAS) -f $< -o $@
 
 #
 # Testing versions of provided utilities...