From: Chris Lattner Date: Wed, 17 May 2006 21:54:48 +0000 (+0000) Subject: Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=7044aac97c0b45ea23fb37bdc2d8ce19d6dee36d Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the other dirs (for Intrinsics.gen). :( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28372 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index b89b73d502b..f1eb8b33309 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,8 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = .. -PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \ - ExecutionEngine Debugger Linker +DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \ + ExecutionEngine Debugger Linker include $(LEVEL)/Makefile.common