aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2006-12-13 19:42:54 +0000
committerJohn Criswell <criswell@uiuc.edu>2006-12-13 19:42:54 +0000
commitd943acae168e3a8baab24b94b7726d76a97aba66 (patch)
tree637c87300747b1b549a5c1f20ed9b05d1c3516ae
parent2957f129a7390a068610e9af5a079c6fa1bead24 (diff)
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
-rw-r--r--lib/Analysis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index 919c8d1878..2efe8b8950 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
LIBRARYNAME = LLVMAnalysis
-PARALLEL_DIRS = IPA
+DIRS = IPA
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common