diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-01-17 04:53:00 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-01-17 04:53:00 +0000 |
commit | dbd9bcaa8b10099702a5001ec5df540661fb6c9f (patch) | |
tree | e037c80331ff5e8386f42c39f8eeb9a413d7633a /gdb/config/m68k/es1800.mt | |
parent | 0336337260d3f992cf49e55ab9e3ecd8d2a5f351 (diff) | |
download | gdb-dbd9bcaa8b10099702a5001ec5df540661fb6c9f.zip gdb-dbd9bcaa8b10099702a5001ec5df540661fb6c9f.tar.gz gdb-dbd9bcaa8b10099702a5001ec5df540661fb6c9f.tar.bz2 |
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
Diffstat (limited to 'gdb/config/m68k/es1800.mt')
-rw-r--r-- | gdb/config/m68k/es1800.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/es1800.mt b/gdb/config/m68k/es1800.mt index 6e54e31..d809c61 100644 --- a/gdb/config/m68k/es1800.mt +++ b/gdb/config/m68k/es1800.mt @@ -5,5 +5,5 @@ # configurations. However, before that happens remote-es.c has to be # fixed to compile on a DOS host. -TDEPFILES= m68k-pinsn.o m68k-tdep.o remote-es.o +TDEPFILES= m68k-tdep.o remote-es.o TM_FILE= tm-es1800.h |