diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-14 23:43:15 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-14 23:43:15 +0000 |
commit | 2a9cda49a4dd1dcf31efd891cad0bb6d9b10280c (patch) | |
tree | dbc755e0d14a44229973be25a40e94610266c14d /gdb/Makefile.in | |
parent | ff2e87acc74e44ce5d35a80961469fc9fbd30b46 (diff) | |
download | gdb-2a9cda49a4dd1dcf31efd891cad0bb6d9b10280c.zip gdb-2a9cda49a4dd1dcf31efd891cad0bb6d9b10280c.tar.gz gdb-2a9cda49a4dd1dcf31efd891cad0bb6d9b10280c.tar.bz2 |
2003-06-14 Andrew Cagney <cagney@redhat.com>
* config/mips/embedl64.mt (TDEPFILES): Delete "remote-array.o".
* config/mips/embedl.mt (TDEPFILES): Delete "remote-array.o".
* config/mips/embed64.mt (TDEPFILES): Delete "remote-array.o".
* config/djgpp/fnchange.lst: Delete "remote-array.c".
* README: Delete reference to remote-array.
* Makefile.in (ALLDEPFILES): Remove "remote-array.c".
(remote-array.o): Delete target.
* config/mips/embed.mt (TDEPFILES): Delete "remote-array.o".
* remote-array.c: Delete file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 3a8fdf2..14a4ee0 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1402,7 +1402,7 @@ ALLDEPFILES = \ ppc-sysv-tdep.o ppc-linux-nat.c ppc-linux-tdep.c \ ppcnbsd-nat.o ppcnbsd-tdep.o \ procfs.c \ - remote-array.c remote-e7000.c \ + remote-e7000.c \ remote-hms.c remote-mips.c \ remote-rdp.c remote-sim.c \ remote-st.c remote-utils.c dcache.c \ @@ -2107,9 +2107,6 @@ regcache.o: regcache.c $(defs_h) $(inferior_h) $(target_h) $(gdbarch_h) \ $(gdb_string_h) $(gdbcmd_h) reggroups.o: reggroups.c $(defs_h) $(reggroups_h) $(gdbtypes_h) \ $(gdb_assert_h) $(regcache_h) $(command_h) $(gdbcmd_h) -remote-array.o: remote-array.c $(defs_h) $(gdbcore_h) $(target_h) \ - $(gdb_string_h) $(command_h) $(serial_h) $(monitor_h) \ - $(remote_utils_h) $(inferior_h) $(version_h) $(regcache_h) remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(gdbarch_h) \ $(inferior_h) $(target_h) $(value_h) $(command_h) $(gdb_string_h) \ $(gdbcmd_h) $(serial_h) $(remote_utils_h) $(symfile_h) $(regcache_h) |