Convert DIRS to PARALLEL_DIRS. They can be built independently.

llvm-svn: 3972
This commit is contained in:
Vikram S. Adve 2002-09-29 11:52:14 +00:00
parent 009dac7ab4
commit be55f2dd2c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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