Adjust comment header and paths to refect move

llvm-svn: 16903
This commit is contained in:
Misha Brukman 2004-10-10 23:34:36 +00:00
parent 4a4af7e20c
commit c70014bea3
1 changed files with 3 additions and 4 deletions

View 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