Fix race condition in Makefile

llvm-svn: 5380
This commit is contained in:
Chris Lattner 2003-01-21 15:20:50 +00:00
parent 7f90f616a0
commit cff8ebe6a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = lli
PARALLEL_DIRS = Interpreter JIT
DIRS = Interpreter JIT
JITLIBS = lli-jit codegen x86
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = lli
PARALLEL_DIRS = Interpreter JIT
DIRS = Interpreter JIT
JITLIBS = lli-jit codegen x86
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a