diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-01-30 16:29:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-01-30 16:29:03 +0000 |
commit | 96ee5227589c40edf4189ffbef4bbe8c62b27f1e (patch) | |
tree | 13ba597851d6e79818358a83d0e96bde7eca870b /gdb/Makefile.in | |
parent | 6b894e49920572c94685bcf10432723574eb6ba4 (diff) | |
download | gdb-96ee5227589c40edf4189ffbef4bbe8c62b27f1e.zip gdb-96ee5227589c40edf4189ffbef4bbe8c62b27f1e.tar.gz gdb-96ee5227589c40edf4189ffbef4bbe8c62b27f1e.tar.bz2 |
2003-01-30 Andrew Cagney <ac131313@redhat.com>
* Makefile.in (mon960-rom.o): Delete rule.
* mon960-rom.c: Delete file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 47d3579..c2bc8e1 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1953,9 +1953,6 @@ mn10200-tdep.o: mn10200-tdep.c $(defs_h) $(frame_h) $(inferior_h) \ mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(frame_h) $(inferior_h) \ $(target_h) $(value_h) $(bfd_h) $(gdb_string_h) $(gdbcore_h) \ $(symfile_h) $(regcache_h) $(arch_utils_h) -mon960-rom.o: mon960-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \ - $(serial_h) $(srec_h) $(xmodem_h) $(symtab_h) $(symfile_h) \ - $(inferior_h) $(gdb_string_h) monitor.o: monitor.c $(defs_h) $(gdbcore_h) $(target_h) $(gdb_string_h) \ $(command_h) $(serial_h) $(monitor_h) $(gdbcmd_h) $(inferior_h) \ $(gdb_regex_h) $(srec_h) $(regcache_h) |