diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-24 23:51:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-24 23:51:36 +0000 |
commit | 7fb623f7ad6de82eb44730ca15d863029eb767f0 (patch) | |
tree | 57aabf4fe379286539cce8456db33faef38d0e11 /gdb/Makefile.in | |
parent | 37611a2b102505daefdae7cb47a60c84fb2a9a09 (diff) | |
download | gdb-7fb623f7ad6de82eb44730ca15d863029eb767f0.zip gdb-7fb623f7ad6de82eb44730ca15d863029eb767f0.tar.gz gdb-7fb623f7ad6de82eb44730ca15d863029eb767f0.tar.bz2 |
Obsolete m88k.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d8dc6e0..60d7937 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1222,7 +1222,6 @@ ALLDEPFILES = a68v-nat.c \ lynx-nat.c m3-nat.c \ m68hc11-tdep.c \ m68k-tdep.c \ - m88k-nat.c m88k-tdep.c \ mcore-tdep.c \ mips-linux-nat.c mips-linux-tdep.c \ mips-nat.c \ @@ -1236,7 +1235,7 @@ ALLDEPFILES = a68v-nat.c \ ppc-sysv-tdep.o ppc-linux-nat.c ppc-linux-tdep.c \ ppcnbsd-nat.o ppcnbsd-tdep.o \ procfs.c \ - remote-array.c remote-bug.c remote-e7000.c \ + remote-array.c remote-e7000.c \ remote-es.c remote-hms.c remote-mips.c \ remote-nindy.c remote-rdp.c remote-sim.c \ remote-st.c remote-utils.c dcache.c \ @@ -1771,10 +1770,6 @@ m68kly-nat.o: m68kly-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \ $(language_h) $(gdbcore_h) $(floatformat_h) $(target_h) $(regcache_h) -m88k-nat.o: m88k-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h) - -m88k-tdep.o: m88k-tdep.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h) - mac-nat.o: mac-nat.c $(defs_h) $(gdb_string_h) $(regcache_h) main.o: main.c $(top_h) $(defs_h) $(gdb_string_h) $(event_loop_h) \ @@ -1978,10 +1973,6 @@ rdi-share/libangsd.a: force remote-rdp.o: remote-rdp.c $(defs_h) $(gdbcore_h) \ $(inferior_h) $(gdb_string_h) $(arm_tdep_h) $(callback_h) -remote-bug.o: remote-bug.c $(defs_h) $(gdbcore_h) $(serial_h) \ - $(inferior_h) $(target_h) $(terminal_h) $(remote_utils_h) \ - $(gdb_string_h) $(regcache_h) - remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(target_h) \ $(serial_h) $(gdb_string_h) $(regcache_h) |