From 0a18934a232457d99425cf9baafae434043ae790 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16903 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/ModuloScheduling/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/Target/SparcV9/ModuloScheduling/Makefile b/lib/Target/SparcV9/ModuloScheduling/Makefile index febdbf8d18d..44bf5ed6cae 100644 --- a/lib/Target/SparcV9/ModuloScheduling/Makefile +++ b/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