V8 is now a subdirectory of Sparc; adjust paths accordingly
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 22 Sep 2004 20:08:52 +0000 (20:08 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 22 Sep 2004 20:08:52 +0000 (20:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16481 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/Makefile
lib/Target/SparcV8/Makefile

index 2c9e3413bfe288299aca9ad5a8b2599f651d8169..828020c73fae94af1e0adcc8b1b64b605243267c 100644 (file)
@@ -6,11 +6,11 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+LEVEL = ../../../..
 LIBRARYNAME = sparcv8
 include $(LEVEL)/Makefile.common
 
-TDFILES := $(wildcard $(SourceDir)/*.td) $(SourceDir)/../Target.td
+TDFILES := $(wildcard $(SourceDir)/*.td) $(SourceDir)/../../Target.td
 TDFILE  := $(SourceDir)/SparcV8.td
 
 # Make sure that tblgen is run, first thing.
index 2c9e3413bfe288299aca9ad5a8b2599f651d8169..828020c73fae94af1e0adcc8b1b64b605243267c 100644 (file)
@@ -6,11 +6,11 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
-LEVEL = ../../..
+LEVEL = ../../../..
 LIBRARYNAME = sparcv8
 include $(LEVEL)/Makefile.common
 
-TDFILES := $(wildcard $(SourceDir)/*.td) $(SourceDir)/../Target.td
+TDFILES := $(wildcard $(SourceDir)/*.td) $(SourceDir)/../../Target.td
 TDFILE  := $(SourceDir)/SparcV8.td
 
 # Make sure that tblgen is run, first thing.