forked from OSchip/llvm-project
Adjust comment header and paths to refect move
llvm-svn: 16903
This commit is contained in:
parent
4a4af7e20c
commit
c70014bea3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue