projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd7d72
)
Make it work in subdirs.
author
Steve Chamberlain
<sac@cygnus>
Fri, 18 Jun 1993 21:37:12 +0000
(21:37 +0000)
committer
Steve Chamberlain
<sac@cygnus>
Fri, 18 Jun 1993 21:37:12 +0000
(21:37 +0000)
gdb/config/sh/sh.mt
patch
|
blob
|
history
diff --git
a/gdb/config/sh/sh.mt
b/gdb/config/sh/sh.mt
index 7851338f09b6356b30977a51657386a7b1d98b68..744df7c5b32b30ff2f4f7f09ee4d57061c17cdc5 100644
(file)
--- 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