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

Misha Brukman brukman at cs.uiuc.edu
Fri Oct 8 11:10:11 PDT 2004



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

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

* Adjust for the move to lib/Target/SparcV9/InstrSched
* Rename library to mark it SparcV9-specific


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

Index: llvm/lib/Target/SparcV9/InstrSched/Makefile
diff -u llvm/lib/Target/SparcV9/InstrSched/Makefile:1.3 llvm/lib/Target/SparcV9/InstrSched/Makefile:1.4
--- llvm/lib/Target/SparcV9/InstrSched/Makefile:1.3	Fri Oct  8 13:05:25 2004
+++ llvm/lib/Target/SparcV9/InstrSched/Makefile	Fri Oct  8 13:10:01 2004
@@ -7,8 +7,8 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../../..
+LEVEL = ../../../..
 DIRS  = 
-LIBRARYNAME = sched
+LIBRARYNAME = sparcv9sched
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list