From 41174595670a6d51671f174f44e376ada78d1841 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Sun, 29 Sep 2002 11:52:14 +0000 Subject: [PATCH] Convert DIRS to PARALLEL_DIRS. They can be built independently. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3972 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/Makefile | 2 +- lib/Transforms/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CodeGen/Makefile b/lib/CodeGen/Makefile index 57ee9160fcf..c235800f878 100644 --- a/lib/CodeGen/Makefile +++ b/lib/CodeGen/Makefile @@ -1,4 +1,4 @@ LEVEL = ../.. -DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping +PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping include $(LEVEL)/Makefile.common diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile index 31436216db4..09ae44f6107 100644 --- a/lib/Transforms/Makefile +++ b/lib/Transforms/Makefile @@ -1,5 +1,5 @@ LEVEL = ../.. -DIRS = Utils Instrumentation Scalar IPO +PARALLEL_DIRS = Utils Instrumentation Scalar IPO LIBRARYNAME = transforms BUILD_ARCHIVE = 1