| commit | cff8ebe6a3894409b516815eddf0922926ed135f | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Jan 21 15:20:50 2003 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Jan 21 15:20:50 2003 +0000 |
| tree | 2a1e98de9f93f1fa4b13d6b63b839ce1177c35c3 | |
| parent | 7f90f616a0b55f2174e075718e4772531abc3f54 [diff] [blame] |
Fix race condition in Makefile llvm-svn: 5380
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index ee12726..123ccb7 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