diff options
author | John Gilmore <gnu@cygnus> | 1992-10-16 10:04:46 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-16 10:04:46 +0000 |
commit | 62aa17e322247ded8a0ea6fe3844427fc83ed281 (patch) | |
tree | efa863275fbdf572e29008076568a7c841d700b0 /gdb/config/m88k.mt | |
parent | 6bf98ac01d779404123504dc060a89d034cf7a85 (diff) | |
download | gdb-62aa17e322247ded8a0ea6fe3844427fc83ed281.zip gdb-62aa17e322247ded8a0ea6fe3844427fc83ed281.tar.gz gdb-62aa17e322247ded8a0ea6fe3844427fc83ed281.tar.bz2 |
* config/decstation.mh, news.mh (NATDEPFILES): Add corelow.o.
* config/delta88.mt, m88k.mt (TDEPFILES): Remove coredep.o, it's
native dependent.
Diffstat (limited to 'gdb/config/m88k.mt')
-rw-r--r-- | gdb/config/m88k.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m88k.mt b/gdb/config/m88k.mt index abb8c85..73e1bed 100644 --- a/gdb/config/m88k.mt +++ b/gdb/config/m88k.mt @@ -1,3 +1,3 @@ # Target: Motorola 88000 Binary Compatability Standard -TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o coredep.o +TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o TM_FILE= tm-m88k.h |