summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-10-11 16:08:17 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-10-11 16:08:17 +0000
commitb52220cd21c88ee8d8b3fc2ced4f3982294c37f8 (patch)
treef239902fd423a02c6c3d7b9f13748c237690ad0a
parent33022f07bbf816baaa473596a94b6f39368e34d0 (diff)
downloadbcm5719-llvm-b52220cd21c88ee8d8b3fc2ced4f3982294c37f8.tar.gz
bcm5719-llvm-b52220cd21c88ee8d8b3fc2ced4f3982294c37f8.zip
Use PARALLEL_DIRS.
llvm-svn: 4114
-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 6168140831d..d544a05a1f0 100644
--- a/llvm/lib/Analysis/Makefile
+++ b/llvm/lib/Analysis/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
LIBRARYNAME = analysis
-DIRS = LiveVar IPA DataStructure
+PARALLEL_DIRS = LiveVar IPA DataStructure
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud