From: Misha Brukman Date: Fri, 8 Oct 2004 18:10:01 +0000 (+0000) Subject: * Adjust for the move to lib/Target/SparcV9/InstrSched X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=13e4f6eb04ebde94fc800b69e39d08909e3ba1f9;p=oota-llvm.git * 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 --- diff --git a/lib/Target/SparcV9/InstrSched/Makefile b/lib/Target/SparcV9/InstrSched/Makefile index 511e04b36f1..81caf77b1fc 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