From: Vikram S. Adve Date: Fri, 11 Oct 2002 16:08:17 +0000 (+0000) Subject: Use PARALLEL_DIRS. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=6e0bb63264b29f100a3f3cf3656ebb7a8b676ece;p=oota-llvm.git Use PARALLEL_DIRS. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4114 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index 6168140831d..d544a05a1f0 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. LIBRARYNAME = analysis -DIRS = LiveVar IPA DataStructure +PARALLEL_DIRS = LiveVar IPA DataStructure BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common