1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix didn't fix the race condition in the makefiles

llvm-svn: 5394
This commit is contained in:
Chris Lattner 2003-01-22 15:41:10 +00:00
parent 6c78c94a92
commit 0d35f25ed7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = lli
DIRS = Interpreter JIT
PARALLEL_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
DIRS = Interpreter JIT
PARALLEL_DIRS = Interpreter JIT
JITLIBS = lli-jit codegen x86
USEDLIBS = lli-interpreter $(JITLIBS) bcreader vmcore analysis.a support.a target.a