aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:10:01 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-08 18:10:01 +0000
commit13e4f6eb04ebde94fc800b69e39d08909e3ba1f9 (patch)
treec245363133e5e6058a078cfb4d7537a892e423c4 /lib
parent1481a5c4c7040ba96025c4e4e41b40c7da7843b4 (diff)
* Adjust for the move to lib/Target/SparcV9/InstrSched
* Rename library to mark it SparcV9-specific git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/SparcV9/InstrSched/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/InstrSched/Makefile b/lib/Target/SparcV9/InstrSched/Makefile
index 511e04b36f..81caf77b1f 100644
--- a/lib/Target/SparcV9/InstrSched/Makefile
+++ b/lib/Target/SparcV9/InstrSched/Makefile
@@ -7,8 +7,8 @@
#
##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+LEVEL = ../../../..
DIRS =
-LIBRARYNAME = sched
+LIBRARYNAME = sparcv9sched
include $(LEVEL)/Makefile.common