[llvm-commits] CVS: llvm/lib/Linker/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Sun Oct 23 19:26:03 PDT 2005
Changes in directory llvm/lib/Linker:
Makefile updated: 1.2 -> 1.3
---
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/Linker/Makefile
diff -u llvm/lib/Linker/Makefile:1.2 llvm/lib/Linker/Makefile:1.3
--- llvm/lib/Linker/Makefile:1.2 Sun Nov 14 16:03:14 2004
+++ llvm/lib/Linker/Makefile Sun Oct 23 21:25:48 2005
@@ -6,10 +6,10 @@
# University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../..
LIBRARYNAME = LLVMLinker
BUILD_ARCHIVE := 1
-DONT_BUILD_RELINKED := 1
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list