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

Reid Spencer reid at x10sys.com
Wed Oct 27 16:19:08 PDT 2004



Changes in directory llvm/lib/Target/X86:

Makefile updated: 1.21 -> 1.22
---
Log message:

Change Library Names Not To Conflict With Others When Installed

---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Target/X86/Makefile
diff -u llvm/lib/Target/X86/Makefile:1.21 llvm/lib/Target/X86/Makefile:1.22
--- llvm/lib/Target/X86/Makefile:1.21	Fri Oct 22 16:02:08 2004
+++ llvm/lib/Target/X86/Makefile	Wed Oct 27 18:18:45 2004
@@ -7,7 +7,7 @@
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../../..
-LIBRARYNAME = x86
+LIBRARYNAME = LLVMX86
 TARGET = X86
 # Make sure that tblgen is run, first thing.
 BUILT_SOURCES = X86GenRegisterInfo.h.inc X86GenRegisterNames.inc \






More information about the llvm-commits mailing list