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
This commit is contained in:
Vikram S. Adve 2002-09-29 11:52:14 +00:00
parent d28c8c801e
commit 4117459567
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
LEVEL = ../.. LEVEL = ../..
DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping PARALLEL_DIRS = PreOpts InstrSelection InstrSched RegAlloc PostOpts Mapping
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common

View File

@ -1,5 +1,5 @@
LEVEL = ../.. LEVEL = ../..
DIRS = Utils Instrumentation Scalar IPO PARALLEL_DIRS = Utils Instrumentation Scalar IPO
LIBRARYNAME = transforms LIBRARYNAME = transforms
BUILD_ARCHIVE = 1 BUILD_ARCHIVE = 1