aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 905531a884..5064c80957 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...