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

Thanks Reid.

llvm-svn: 32551
This commit is contained in:
John Criswell 2006-12-13 19:42:54 +00:00
parent e6f8bb4ee2
commit edc020ec46

View File

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