diff --git a/test/Makefile.tests b/test/Makefile.tests index 905531a8843..5064c80957e 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -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...