diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-03 22:12:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-03 22:12:29 +0000 |
commit | 6b57680da09516579e414e2f45720e1e5aa1e5dc (patch) | |
tree | 07a88df9079edae59537372b2397ca6e5d30ce72 /gdb/Makefile.in | |
parent | 299726654e95e2b32d6a04a44b232c90f469aa4e (diff) | |
download | gdb-6b57680da09516579e414e2f45720e1e5aa1e5dc.zip gdb-6b57680da09516579e414e2f45720e1e5aa1e5dc.tar.gz gdb-6b57680da09516579e414e2f45720e1e5aa1e5dc.tar.bz2 |
* sun3-nat.c: Remove file.
* Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
dependencies.
(ALLDEPFILES): Remove sun3-nat.c.
(sun3-nat.o): Remove dependencies.
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 2ecf8c9..6930e13 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1157,8 +1157,6 @@ gdb1$(EXEEXT): gdb$(EXEEXT) # for some machines. # But these rules don't do what we want; we want to hack the foo.o: tm.h # dependency to do the right thing. -tm-sun3.h tm-altos.h: tm-m68k.h -tm-sun2.h tm-3b1.h: tm-m68k.h xm-vaxult.h: xm-vax.h xm-vaxbsd.h: xm-vax.h @@ -1373,7 +1371,6 @@ ALLDEPFILES = \ sparc64-tdep.c sparc64fbsd-nat.c sparc64fbsd-tdep.c \ sparc64nbsd-nat.c sparc64nbsd-tdep.c sparc64obsd-tdep.c \ sparcnbsd-nat.c sparcnbsd-tdep.c sparcobsd-tdep.c \ - sun3-nat.c \ symm-tdep.c symm-nat.c \ vax-tdep.c \ vx-share/xdr_ld.c vx-share/xdr_ptrace.c vx-share/xdr_rdb.c \ @@ -2424,7 +2421,6 @@ standalone.o: standalone.c $(gdb_stat_h) $(defs_h) $(symtab_h) $(frame_h) \ std-regs.o: std-regs.c $(defs_h) $(user_regs_h) $(frame_h) $(gdbtypes_h) \ $(value_h) $(gdb_string_h) stop-gdb.o: stop-gdb.c $(defs_h) -sun3-nat.o: sun3-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(regcache_h) symfile.o: symfile.c $(defs_h) $(bfdlink_h) $(symtab_h) $(gdbtypes_h) \ $(gdbcore_h) $(frame_h) $(target_h) $(value_h) $(symfile_h) \ $(objfiles_h) $(source_h) $(gdbcmd_h) $(breakpoint_h) $(language_h) \ |