[llvm-commits] CVS: llvm/lib/Target/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 23 19:26:03 PDT 2005



Changes in directory llvm/lib/Target:

Makefile updated: 1.25 -> 1.26
---
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/Target/Makefile
diff -u llvm/lib/Target/Makefile:1.25 llvm/lib/Target/Makefile:1.26
--- llvm/lib/Target/Makefile:1.25	Sun Oct 23 21:14:49 2005
+++ llvm/lib/Target/Makefile	Sun Oct 23 21:25:48 2005
@@ -6,10 +6,10 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 LIBRARYNAME = LLVMTarget
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
 
 # We include this early so we can access the value of TARGETS_TO_BUILD as the
 # value for PARALLEL_DIRS which must be set before Makefile.rules is included






More information about the llvm-commits mailing list