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 ca6e2f71dd
commit 764f2c03bc
1 changed files with 1 additions and 1 deletions

View File

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