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

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



Changes in directory llvm/lib/System:

Makefile updated: 1.8 -> 1.9
---
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/System/Makefile
diff -u llvm/lib/System/Makefile:1.8 llvm/lib/System/Makefile:1.9
--- llvm/lib/System/Makefile:1.8	Sun Oct 23 21:11:51 2005
+++ llvm/lib/System/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 = LLVMSystem
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
 
 EXTRA_DIST = Unix Win32
 






More information about the llvm-commits mailing list