Minor rename of output

llvm-svn: 2905
This commit is contained in:
Chris Lattner 2002-07-14 23:25:23 +00:00
parent 8cf7777267
commit 9afe4d03b2
1 changed files with 2 additions and 2 deletions

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) $<