aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-01 22:36:35 +0000
committerChris Lattner <sabre@nondot.org>2002-10-01 22:36:35 +0000
commit249be915df110099df2ea99657c7ccbf4e9c564c (patch)
tree5f22187c12c33e726836a089413b8cc8eae45747 /lib
parent96ef1b90c8f3a6649993bb7ab10db3510f12e80a (diff)
Build subdirs in parallel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4000 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Transforms/Instrumentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile
index ca48b0b254..a234923b4c 100644
--- a/lib/Transforms/Instrumentation/Makefile
+++ b/lib/Transforms/Instrumentation/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../../..
LIBRARYNAME = instrument
-DIRS = ProfilePaths
+PARALLEL_DIRS = ProfilePaths
BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common