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
This commit is contained in:
Misha Brukman 2004-10-10 23:34:36 +00:00
parent f60a149df6
commit 0a18934a23

View File

@ -1,4 +1,4 @@
##===- lib/CodeGen/ModuloScheduling/Makefile ---------------*- Makefile -*-===## ##===- lib/Target/SparcV9/ModuloScheduling/Makefile --------*- Makefile -*-===##
# #
# The LLVM Compiler Infrastructure # The LLVM Compiler Infrastructure
# #
@ -6,10 +6,9 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details. # the University of Illinois Open Source License. See LICENSE.TXT for details.
# #
##===----------------------------------------------------------------------===## ##===----------------------------------------------------------------------===##
LEVEL = ../../..
LEVEL = ../../../..
DIRS = DIRS =
LIBRARYNAME = sparcv9modulosched
LIBRARYNAME = modulosched
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common