diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-12-31 23:59:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-12-31 23:59:07 +0000 |
commit | 154927ff99858cb93064a6d516231df86f1f432f (patch) | |
tree | 1dd549521238bb246ae69dfca4691000e7b1a685 /gdb/Makefile.in | |
parent | 08768f6bb0582ebb81493aba279936d35df73952 (diff) | |
download | gdb-154927ff99858cb93064a6d516231df86f1f432f.zip gdb-154927ff99858cb93064a6d516231df86f1f432f.tar.gz gdb-154927ff99858cb93064a6d516231df86f1f432f.tar.bz2 |
* Makefile.in (remote-sds.o): Remove.
* remote-sds.c: Delete.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5ba102d..ead6f31 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2532,10 +2532,6 @@ remote-mips.o: remote-mips.c $(defs_h) $(inferior_h) $(bfd_h) $(symfile_h) \ $(gdbcmd_h) $(gdbcore_h) $(serial_h) $(target_h) $(exceptions_h) \ $(remote_utils_h) $(gdb_string_h) $(gdb_stat_h) $(regcache_h) \ $(mips_tdep_h) -remote-sds.o: remote-sds.c $(defs_h) $(gdb_string_h) $(frame_h) \ - $(inferior_h) $(exceptions_h) $(bfd_h) $(symfile_h) $(target_h) \ - $(gdbcmd_h) $(objfiles_h) $(gdb_stabs_h) $(gdbthread_h) $(gdbcore_h) \ - $(regcache_h) $(serial_h) remote-sim.o: remote-sim.c $(defs_h) $(inferior_h) $(value_h) \ $(gdb_string_h) $(terminal_h) $(target_h) $(gdbcore_h) \ $(gdb_callback_h) $(gdb_remote_sim_h) $(remote_utils_h) $(command_h) \ |