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

Misha Brukman brukman at cs.uiuc.edu
Sun Oct 10 16:35:17 PDT 2004



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

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

Adjust comment header and paths to refect move


---
Diffs of the changes:  (+3 -4)

Index: llvm/lib/Target/SparcV9/ModuloScheduling/Makefile
diff -u llvm/lib/Target/SparcV9/ModuloScheduling/Makefile:1.2 llvm/lib/Target/SparcV9/ModuloScheduling/Makefile:1.3
--- llvm/lib/Target/SparcV9/ModuloScheduling/Makefile:1.2	Mon Oct 20 17:26:56 2003
+++ llvm/lib/Target/SparcV9/ModuloScheduling/Makefile	Sun Oct 10 18:34:36 2004
@@ -1,4 +1,4 @@
-##===- lib/CodeGen/ModuloScheduling/Makefile ---------------*- Makefile -*-===##
+##===- lib/Target/SparcV9/ModuloScheduling/Makefile --------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -6,10 +6,9 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
 
+LEVEL = ../../../..
 DIRS  = 
-
-LIBRARYNAME = modulosched
+LIBRARYNAME = sparcv9modulosched
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list