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

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



Changes in directory llvm/lib/Target/SparcV9/RegAlloc:

Makefile updated: 1.6 -> 1.7
---
Log message:

Change Library Names Not To Conflict With Others When Installed

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

Index: llvm/lib/Target/SparcV9/RegAlloc/Makefile
diff -u llvm/lib/Target/SparcV9/RegAlloc/Makefile:1.6 llvm/lib/Target/SparcV9/RegAlloc/Makefile:1.7
--- llvm/lib/Target/SparcV9/RegAlloc/Makefile:1.6	Fri Oct  8 13:11:14 2004
+++ llvm/lib/Target/SparcV9/RegAlloc/Makefile	Wed Oct 27 18:18:45 2004
@@ -9,7 +9,7 @@
 
 LEVEL = ../../../..
 DIRS  = 
-LIBRARYNAME = sparcv9regalloc
+LIBRARYNAME = LLVMSparcV9RegAlloc
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list