summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-21 15:20:50 +0000
committerChris Lattner <sabre@nondot.org>2003-01-21 15:20:50 +0000
commitcff8ebe6a3894409b516815eddf0922926ed135f (patch)
tree2a1e98de9f93f1fa4b13d6b63b839ce1177c35c3 /llvm/lib/ExecutionEngine
parent7f90f616a0b55f2174e075718e4772531abc3f54 (diff)
downloadbcm5719-llvm-cff8ebe6a3894409b516815eddf0922926ed135f.tar.gz
bcm5719-llvm-cff8ebe6a3894409b516815eddf0922926ed135f.zip
Fix race condition in Makefile
llvm-svn: 5380
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index ee127261438..123ccb76210 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -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
OpenPOWER on IntegriCloud