Adjust comment header and paths to refect move
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 10 Oct 2004 23:34:36 +0000 (23:34 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 10 Oct 2004 23:34:36 +0000 (23:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16903 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/ModuloScheduling/Makefile

index febdbf8d18dc4857073cd6405fd11db0a6657718..44bf5ed6caed3fc1e00721901d6bb865f06a1815 100644 (file)
@@ -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