diff options
Diffstat (limited to 'lib/Target/SparcV9/InstrSelection/Makefile')
-rw-r--r-- | lib/Target/SparcV9/InstrSelection/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/SparcV9/InstrSelection/Makefile b/lib/Target/SparcV9/InstrSelection/Makefile index b1dd1af..ac44f3a 100644 --- a/lib/Target/SparcV9/InstrSelection/Makefile +++ b/lib/Target/SparcV9/InstrSelection/Makefile @@ -1,4 +1,4 @@ -##===- lib/CodeGen/InstrSelection/Makefile -----------------*- Makefile -*-===## +##===- Target/Sparc/InstrSelection/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 = select include $(LEVEL)/Makefile.common |