summaryrefslogtreecommitdiff
path: root/tools/lli/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-21 15:20:50 +0000
committerChris Lattner <sabre@nondot.org>2003-01-21 15:20:50 +0000
commitc479db964f9c3c13a0f5dafa3054c22ded3a5b16 (patch)
tree65413ef95870bddb70a29160b66cc1de6e83c85e /tools/lli/Makefile
parent1cbc0a65c8dcf3b221208a6097d6ac32024b647e (diff)
downloadllvm-c479db964f9c3c13a0f5dafa3054c22ded3a5b16.tar.gz
llvm-c479db964f9c3c13a0f5dafa3054c22ded3a5b16.tar.bz2
llvm-c479db964f9c3c13a0f5dafa3054c22ded3a5b16.tar.xz
Fix race condition in Makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5380 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r--tools/lli/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile
index ee12726143..123ccb7621 100644
--- a/tools/lli/Makefile
+++ b/tools/lli/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