[llvm-commits] [vector_llvm] CVS: llvm/lib/Linker/Makefile

Robert Bocchino bocchino at cs.uiuc.edu
Wed Nov 16 10:32:34 PST 2005



Changes in directory llvm/lib/Linker:

Makefile updated: 1.2 -> 1.2.6.1
---
Log message:

Merged mainline into Vector LLVM branch


---
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.2.6.1
--- llvm/lib/Linker/Makefile:1.2	Sun Nov 14 16:03:14 2004
+++ llvm/lib/Linker/Makefile	Wed Nov 16 12:32:22 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