Add TESTRUNR var

Correctly create directory for .bc target


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-02-01 04:25:12 +00:00
parent 9a3c2b58bc
commit fbda7a0297

View File

@ -32,6 +32,7 @@ LLINK = $(TOOLS)/link
LCCFLAGS += -O2 -Wall
LLCFLAGS =
FAILURE = $(LEVEL)/test/Failure.sh
TESTRUNR = $(LEVEL)/test/TestRunner.sh
# Native Tool Definitions
NATGCC = /usr/dcs/software/supported/bin/gcc
@ -63,7 +64,7 @@ Output/%.ll: %.c $(LCC1) Output/.dir
Output/%.bc: Output/%.ll $(LGCCAS)
$(LGCCAS) $< -o $@
Output/%.bc: %.ll $(LAS)
Output/%.bc: %.ll $(LAS) Output/.dir
$(LAS) -f $< -o $@
#