From: Chris Lattner Date: Thu, 31 Jan 2002 00:27:32 +0000 (+0000) Subject: Forgot to force X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bafff3380e2ea490979f3f349bbb086da9fc2e91;p=oota-llvm.git Forgot to force git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1598 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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...