Forgot to force
authorChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 00:27:32 +0000 (00:27 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 00:27:32 +0000 (00:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1598 91177308-0d34-0410-b5e6-96231b3b80d8

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...