From: Chris Lattner Date: Mon, 24 Oct 2005 02:31:49 +0000 (+0000) Subject: Do not build the ProfilePaths directory anymore X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a66459095c7f1118c6cdefde429c492a0f212ada;p=oota-llvm.git Do not build the ProfilePaths directory anymore git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23943 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index beba7e5bb49..bf5c3d36180 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -9,7 +9,6 @@ LEVEL = ../../.. LIBRARYNAME = LLVMInstrumentation -PARALLEL_DIRS = ProfilePaths BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common