From d943acae168e3a8baab24b94b7726d76a97aba66 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 13 Dec 2006 19:42:54 +0000 Subject: [PATCH] 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 --- lib/Analysis/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1