From: John Criswell Date: Wed, 13 Dec 2006 19:42:54 +0000 (+0000) Subject: Changed from PARALLEL_DIRS to DIRS since we're only building one directory. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d943acae168e3a8baab24b94b7726d76a97aba66;p=oota-llvm.git Changed from PARALLEL_DIRS to DIRS since we're only building one directory. Thanks Reid. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32551 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index 919c8d1878e..2efe8b89501 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. LIBRARYNAME = LLVMAnalysis -PARALLEL_DIRS = IPA +DIRS = IPA BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common