[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 19:26:03 PDT 2005
Changes in directory llvm/lib/Transforms/Instrumentation:
Makefile updated: 1.7 -> 1.8
---
Log message:
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Transforms/Instrumentation/Makefile
diff -u llvm/lib/Transforms/Instrumentation/Makefile:1.7 llvm/lib/Transforms/Instrumentation/Makefile:1.8
--- llvm/lib/Transforms/Instrumentation/Makefile:1.7 Sun Oct 23 20:58:46 2005
+++ llvm/lib/Transforms/Instrumentation/Makefile Sun Oct 23 21:25:48 2005
@@ -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
More information about the llvm-commits
mailing list