diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-21 15:20:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-21 15:20:50 +0000 |
commit | cff8ebe6a3894409b516815eddf0922926ed135f (patch) | |
tree | 2a1e98de9f93f1fa4b13d6b63b839ce1177c35c3 /llvm/lib/ExecutionEngine | |
parent | 7f90f616a0b55f2174e075718e4772531abc3f54 (diff) | |
download | bcm5719-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/Makefile | 2 |
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 |