From c479db964f9c3c13a0f5dafa3054c22ded3a5b16 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 21 Jan 2003 15:20:50 +0000 Subject: Fix race condition in Makefile git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5380 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ExecutionEngine/Makefile') diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index ee12726143..123ccb7621 100644 --- a/lib/ExecutionEngine/Makefile +++ b/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 -- cgit v1.2.3