diff options
author | Steve Chamberlain <sac@cygnus> | 1993-02-04 18:05:30 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-02-04 18:05:30 +0000 |
commit | 6d2f03fea5a561fc48d930211416a83ce5ce0bb3 (patch) | |
tree | 51c95541b04b9cdb5ef5e19cd2fca1c050b0b059 /gdb/config/h8300hms.mt | |
parent | f48c6d1a87735b99ac34e3976c539373aaf3ffa8 (diff) | |
download | gdb-6d2f03fea5a561fc48d930211416a83ce5ce0bb3.zip gdb-6d2f03fea5a561fc48d930211416a83ce5ce0bb3.tar.gz gdb-6d2f03fea5a561fc48d930211416a83ce5ce0bb3.tar.bz2 |
Now builds in subdirs
Diffstat (limited to 'gdb/config/h8300hms.mt')
-rw-r--r-- | gdb/config/h8300hms.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/h8300hms.mt b/gdb/config/h8300hms.mt index 71213ea..6002df4 100644 --- a/gdb/config/h8300hms.mt +++ b/gdb/config/h8300hms.mt @@ -1,3 +1,3 @@ # Target: H8300 with HMS monitor and H8 simulator -TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../h8300sim/code.o ../h8300sim/perifs.o +TDEPFILES= exec.o h8300-tdep.o remote-hms.o remote-sim.o ../sim/h8300/code.o ../sim/h8300/perifs.o TM_FILE= tm-h8300.h |