aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/SparcV9/ModuloScheduling/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/ModuloScheduling/Makefile b/lib/Target/SparcV9/ModuloScheduling/Makefile
index febdbf8d18..44bf5ed6ca 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