commit | 285ca5ed2f42b967d389bf51d3d40053770ce3af | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jan 22 15:41:10 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jan 22 15:41:10 2003 +0000 |
tree | 6f5a73febd68e6a7370701b62e18f7be01d83e0c | |
parent | 37e6f7095ba0fef3d331963b5d807f4302c9df2d [diff] |
Fix didn't fix the race condition in the makefiles git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5394 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 123ccb7..ee12726 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile
@@ -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