diff options
author | K. Richard Pixley <rich@cygnus> | 1993-07-27 00:36:08 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-07-27 00:36:08 +0000 |
commit | 333355f33f1001987f15fdcb14f1d5c783c2f25c (patch) | |
tree | 3fe1835cfa92ffc7f754e3d0077d359ee5e65acc /gdb/config/m88k | |
parent | 1fe54c23746afe54b313caf77c7be47af63cef32 (diff) | |
download | gdb-333355f33f1001987f15fdcb14f1d5c783c2f25c.zip gdb-333355f33f1001987f15fdcb14f1d5c783c2f25c.tar.gz gdb-333355f33f1001987f15fdcb14f1d5c783c2f25c.tar.bz2 |
add exec.o to m88k TDEPFILES.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r-- | gdb/config/m88k/m88k.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m88k/m88k.mt b/gdb/config/m88k/m88k.mt index c10c89c..73e1bed 100644 --- a/gdb/config/m88k/m88k.mt +++ b/gdb/config/m88k/m88k.mt @@ -1,3 +1,3 @@ # Target: Motorola 88000 Binary Compatability Standard -TDEPFILES= m88k-tdep.o m88k-pinsn.o +TDEPFILES= m88k-tdep.o m88k-pinsn.o exec.o TM_FILE= tm-m88k.h |