From c70014bea3c82d2ff64539093d1a64d2d431a4ad Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Sun, 10 Oct 2004 23:34:36 +0000 Subject: [PATCH] Adjust comment header and paths to refect move llvm-svn: 16903 --- llvm/lib/Target/SparcV9/ModuloScheduling/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile b/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile index febdbf8d18dc..44bf5ed6caed 100644 --- a/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile +++ b/llvm/lib/Target/SparcV9/ModuloScheduling/Makefile @@ -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