Build subdirs in parallel
authorChris Lattner <sabre@nondot.org>
Tue, 1 Oct 2002 22:36:35 +0000 (22:36 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Oct 2002 22:36:35 +0000 (22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4000 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/Makefile

index ca48b0b254225734ff7b4a53120afed6c3cdbcb5..a234923b4c12055b7195922ccbd579d8cb95e93a 100644 (file)
@@ -1,6 +1,6 @@
 LEVEL = ../../..
 LIBRARYNAME = instrument
-DIRS = ProfilePaths 
+PARALLEL_DIRS = ProfilePaths 
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common