diff options
author | Steve Chamberlain <sac@cygnus> | 1993-06-18 21:37:12 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-06-18 21:37:12 +0000 |
commit | d4bbd6ace2520c9bcc181ba537fe4c8500733983 (patch) | |
tree | c8c46af5ecf422dd93e8a5596a7d2be59d7fe7b6 /gdb/config/sh | |
parent | ebd7d72e337b7b66b57fef4bca002a81199909a4 (diff) | |
download | gdb-d4bbd6ace2520c9bcc181ba537fe4c8500733983.zip gdb-d4bbd6ace2520c9bcc181ba537fe4c8500733983.tar.gz gdb-d4bbd6ace2520c9bcc181ba537fe4c8500733983.tar.bz2 |
Make it work in subdirs.
Diffstat (limited to 'gdb/config/sh')
-rw-r--r-- | gdb/config/sh/sh.mt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/sh.mt index 7851338..744df7c 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 |