diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-22 15:41:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-22 15:41:10 +0000 |
commit | 285ca5ed2f42b967d389bf51d3d40053770ce3af (patch) | |
tree | 6f5a73febd68e6a7370701b62e18f7be01d83e0c /tools/lli/Makefile | |
parent | 37e6f7095ba0fef3d331963b5d807f4302c9df2d (diff) | |
download | external_llvm-285ca5ed2f42b967d389bf51d3d40053770ce3af.zip external_llvm-285ca5ed2f42b967d389bf51d3d40053770ce3af.tar.gz external_llvm-285ca5ed2f42b967d389bf51d3d40053770ce3af.tar.bz2 |
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
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 123ccb7..ee12726 100644 --- a/tools/lli/Makefile +++ b/tools/lli/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 |