Minor rename of output

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2905 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-07-14 23:25:23 +00:00
parent 161036fd22
commit 98482c3ba7

View File

@ -16,8 +16,8 @@ Output/%.tbc: %.ll $(LAS) Output/.dir
$(LAS) -d -f $< -o $@ > /dev/null 2>&1 || \
( rm -f $@; $(FAILURE) $@ )
all:: $(addprefix Output/, $(FTESTS:%.llx=%.ll.out))
all:: $(addprefix Output/, $(FTESTS:%.llx=%.llx.out))
Output/%.ll.out: %.llx Output/.dir $(LAS)
Output/%.llx.out: %.llx Output/.dir $(LAS)
-$(TESTRUNR) $<