Changed from PARALLEL_DIRS to DIRS since we're only building one directory.

Thanks Reid.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32551 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2006-12-13 19:42:54 +00:00
parent 2957f129a7
commit d943acae16

View File

@ -9,7 +9,7 @@
LEVEL = ../..
LIBRARYNAME = LLVMAnalysis
PARALLEL_DIRS = IPA
DIRS = IPA
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common