diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-07-31 19:36:32 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-07-31 19:36:32 +0000 |
commit | d4fd50a664f30b366acc0d9851cae042cde6fbcf (patch) | |
tree | 6350eddf23bfd7881d463f09ef912d8d41de9a6e /gdb/Makefile.in | |
parent | a7995a30f3e7c5787cfe15b42a3e719832e034e9 (diff) | |
download | gdb-d4fd50a664f30b366acc0d9851cae042cde6fbcf.zip gdb-d4fd50a664f30b366acc0d9851cae042cde6fbcf.tar.gz gdb-d4fd50a664f30b366acc0d9851cae042cde6fbcf.tar.bz2 |
* mips-nat.c: Remove file.
* Makefile.in (ALLDEPFILES): Remove mips-nat.c
(mips-nat.o): Remove dependency.
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 72c87d2..865d3a9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1385,7 +1385,6 @@ ALLDEPFILES = \ m88k-tdep.c m88kbsd-nat.c \ mcore-tdep.c \ mips-linux-nat.c mips-linux-tdep.c \ - mips-nat.c \ mips-irix-tdep.c \ mips-tdep.c mipsm3-nat.c mipsv4-nat.c \ mipsnbsd-nat.c mipsnbsd-tdep.c \ @@ -2199,7 +2198,6 @@ mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \ $(solib_svr4_h) $(osabi_h) $(mips_tdep_h) $(gdb_string_h) \ $(gdb_assert_h) $(frame_h) $(trad_frame_h) $(tramp_frame_h) -mips-nat.o: mips-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(regcache_h) mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(mipsnbsd_tdep_h) mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ |