diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-01 22:36:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-01 22:36:35 +0000 |
commit | f242bec91b819354cf64fe7830cc4f7f7177d002 (patch) | |
tree | f0bba7e49ffaffcab142007c0d3af5bc86a17d3f /llvm/lib/Transforms/Instrumentation | |
parent | c758fe6b727fa69534e6c096856ab4ff452ad400 (diff) | |
download | bcm5719-llvm-f242bec91b819354cf64fe7830cc4f7f7177d002.tar.gz bcm5719-llvm-f242bec91b819354cf64fe7830cc4f7f7177d002.zip |
Build subdirs in parallel
llvm-svn: 4000
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/Makefile b/llvm/lib/Transforms/Instrumentation/Makefile index ca48b0b2542..a234923b4c1 100644 --- a/llvm/lib/Transforms/Instrumentation/Makefile +++ b/llvm/lib/Transforms/Instrumentation/Makefile @@ -1,6 +1,6 @@ LEVEL = ../../.. LIBRARYNAME = instrument -DIRS = ProfilePaths +PARALLEL_DIRS = ProfilePaths BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |