summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
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
commit764f2c03bcab273bbac5285a8a9f1f9defec570f (patch)
tree9c621c3fc93db7d98fb64b7c418c0b4aa001d7b7 /llvm/lib/Analysis
parentca6e2f71dd27157b54f64302c5281020ee964571 (diff)
downloadbcm5719-llvm-764f2c03bcab273bbac5285a8a9f1f9defec570f.tar.gz
bcm5719-llvm-764f2c03bcab273bbac5285a8a9f1f9defec570f.zip
Changed from PARALLEL_DIRS to DIRS since we're only building one directory.
Thanks Reid. llvm-svn: 32551
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/Makefile b/llvm/lib/Analysis/Makefile
index 919c8d1878e..2efe8b89501 100644
--- a/llvm/lib/Analysis/Makefile
+++ b/llvm/lib/Analysis/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
LIBRARYNAME = LLVMAnalysis
-PARALLEL_DIRS = IPA
+DIRS = IPA
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud