Use PARALLEL_DIRS.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-10-11 16:08:17 +00:00
parent a27229013f
commit 6e0bb63264

View File

@ -1,6 +1,6 @@
LEVEL = ../..
LIBRARYNAME = analysis
DIRS = LiveVar IPA DataStructure
PARALLEL_DIRS = LiveVar IPA DataStructure
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common