diff options
-rw-r--r-- | test/Makefile.tests | 2 |
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... |