From d4bbd6ace2520c9bcc181ba537fe4c8500733983 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 18 Jun 1993 21:37:12 +0000 Subject: [PATCH] Make it work in subdirs. --- gdb/config/sh/sh.mt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/sh.mt index 7851338f09b..744df7c5b32 100644 --- a/gdb/config/sh/sh.mt +++ b/gdb/config/sh/sh.mt @@ -1,3 +1,11 @@ # Target: Hitachi Super-H ICE and simulator -TDEPFILES= exec.o sh-tdep.o remote-sim.o ../sim/sh/interp.o ../sim/sh/table.o +TDEPFILES= exec.o sh-tdep.o remote-sim.o interp.o table.o + +over: all +interp.o: + cp ../sim/sh/interp.o . + +table.o: + cp ../sim/sh/table.o . + TM_FILE= tm-sh.h -- 2.30.2