aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lli
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-22 15:41:10 +0000
committerChris Lattner <sabre@nondot.org>2003-01-22 15:41:10 +0000
commit285ca5ed2f42b967d389bf51d3d40053770ce3af (patch)
tree6f5a73febd68e6a7370701b62e18f7be01d83e0c /tools/lli
parent37e6f7095ba0fef3d331963b5d807f4302c9df2d (diff)
downloadexternal_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')
-rw-r--r--tools/lli/Makefile2
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