diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:26:13 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:26:13 +0000 | 
| commit | bde38455482dff5e0ee920da2144117f48354751 (patch) | |
| tree | 16baa574bd97d480f8a1b39028c05428e49ad3ba /llvm/lib/Transforms/Instrumentation | |
| parent | 1b91cbd62729b8330ee866f95e6cb6ec35e2ffb4 (diff) | |
| download | bcm5719-llvm-bde38455482dff5e0ee920da2144117f48354751.tar.gz bcm5719-llvm-bde38455482dff5e0ee920da2144117f48354751.zip  | |
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
llvm-svn: 23940
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 9ab805c8b29..beba7e5bb49 100644 --- a/llvm/lib/Transforms/Instrumentation/Makefile +++ b/llvm/lib/Transforms/Instrumentation/Makefile @@ -6,11 +6,11 @@  # the University of Illinois Open Source License. See LICENSE.TXT for details.  #   ##===----------------------------------------------------------------------===## +  LEVEL = ../../..  LIBRARYNAME = LLVMInstrumentation   PARALLEL_DIRS = ProfilePaths   BUILD_ARCHIVE = 1 -DONT_BUILD_RELINKED = 1  include $(LEVEL)/Makefile.common  | 

