* Adjust for the move to lib/Target/SparcV9/InstrSched
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 8 Oct 2004 18:10:01 +0000 (18:10 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 8 Oct 2004 18:10:01 +0000 (18:10 +0000)
* Rename library to mark it SparcV9-specific

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16846 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/InstrSched/Makefile

index 511e04b36f1e326f024bfc9823faf53bb5ab510a..81caf77b1fc3fb569acf12f02f02cc9a19e6e81a 100644 (file)
@@ -7,8 +7,8 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../../..
+LEVEL = ../../../..
 DIRS  = 
-LIBRARYNAME = sched
+LIBRARYNAME = sparcv9sched
 
 include $(LEVEL)/Makefile.common