Changed from PARALLEL_DIRS to DIRS since we're only building one directory.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 13 Dec 2006 19:42:54 +0000 (19:42 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 13 Dec 2006 19:42:54 +0000 (19:42 +0000)
Thanks Reid.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32551 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Makefile

index 919c8d1878ef3d8dad455a3267f3117df6b6cd09..2efe8b89501b10f388394ec1bd9796094e542cfc 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 LIBRARYNAME = LLVMAnalysis
-PARALLEL_DIRS = IPA
+DIRS = IPA
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common