diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-12-01 22:19:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-12-01 22:19:30 +0000 |
commit | 7e24f0b11e08877eaf49a9aa0998b4200ce09961 (patch) | |
tree | 9dd7e05308a82873aa550181f13c12607bebce14 /gdb/Makefile.in | |
parent | 1406caf7abf3e0d0334defd1a695aa764b5a83c8 (diff) | |
download | gdb-7e24f0b11e08877eaf49a9aa0998b4200ce09961.zip gdb-7e24f0b11e08877eaf49a9aa0998b4200ce09961.tar.gz gdb-7e24f0b11e08877eaf49a9aa0998b4200ce09961.tar.bz2 |
Zap Sun's i386i.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6115848..29e72d0 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2062,8 +2062,6 @@ ax-gdb.o: ax-gdb.c $(defs_h) $(symtab_h) $(symfile_h) $(gdbtypes_h) \ sun3-nat.o: sun3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(regcache_h) -# OBSOLETE sun386-nat.o: sun386-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(regcache_h) - symfile.o: symfile.c $(breakpoint_h) $(complaints_h) $(defs_h) \ $(expression_h) $(gdb_stabs_h) $(gdbcmd_h) $(gdbcore_h) \ $(gdbtypes_h) $(language_h) $(objfiles_h) $(symfile_h) $(symtab_h) \ |