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

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



Changes in directory llvm/lib/Support:

Makefile updated: 1.9 -> 1.10
---
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/Support/Makefile
diff -u llvm/lib/Support/Makefile:1.9 llvm/lib/Support/Makefile:1.10
--- llvm/lib/Support/Makefile:1.9	Sun Oct 23 21:05:35 2005
+++ llvm/lib/Support/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 = ../..
 PARALLEL_DIRS=bzip2
 LIBRARYNAME = LLVMSupport
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED := 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list