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

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



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

Makefile updated: 1.3 -> 1.4
---
Log message:

Change Library Names Not To Conflict With Others When Installed

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

Index: llvm/lib/Target/SparcV9/ModuloScheduling/Makefile
diff -u llvm/lib/Target/SparcV9/ModuloScheduling/Makefile:1.3 llvm/lib/Target/SparcV9/ModuloScheduling/Makefile:1.4
--- llvm/lib/Target/SparcV9/ModuloScheduling/Makefile:1.3	Sun Oct 10 18:34:36 2004
+++ llvm/lib/Target/SparcV9/ModuloScheduling/Makefile	Wed Oct 27 18:18:45 2004
@@ -9,6 +9,6 @@
 
 LEVEL = ../../../..
 DIRS  = 
-LIBRARYNAME = sparcv9modulosched
+LIBRARYNAME = LLVMSparcV9ModuloSched
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list