From 94297e068fc6d5ed74fab16f6d7c59967cab75c8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 17 May 2006 21:54:48 +0000 Subject: [PATCH] Use DIRS here instead of PARALLEL_DIRS, as VMCore has to be built before the other dirs (for Intrinsics.gen). :( llvm-svn: 28372 --- lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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