aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-12-16 21:00:29 +0000
committerDaniel Jacobowitz <drow@false.org>2006-12-16 21:00:29 +0000
commitd0e5500c9506b0531b82b3d72fd128245fc63210 (patch)
tree663902c3646b6dbde50a080c7c0822ed5eebfc57 /gdb/Makefile.in
parentf3d770869cf88d003628a609062d4d43d65ed665 (diff)
downloadgdb-d0e5500c9506b0531b82b3d72fd128245fc63210.zip
gdb-d0e5500c9506b0531b82b3d72fd128245fc63210.tar.gz
gdb-d0e5500c9506b0531b82b3d72fd128245fc63210.tar.bz2
* Makefile.in (ALLDEPFILES): Remove mipsv4-nat.c.
(mipsv4-nat.o): Delete. * mipsv4-nat.c: Delete.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 29c6ee4..136ad81 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1473,7 +1473,7 @@ ALLDEPFILES = \
mingw-hdep.c \
mips-linux-nat.c mips-linux-tdep.c \
mips-irix-tdep.c \
- mips-tdep.c mipsv4-nat.c \
+ mips-tdep.c \
mipsnbsd-nat.c mipsnbsd-tdep.c \
mips64obsd-nat.c mips64obsd-tdep.c \
nbsd-tdep.c obsd-tdep.c \
@@ -2381,8 +2381,6 @@ mips-tdep.o: mips-tdep.c $(defs_h) $(gdb_string_h) $(gdb_assert_h) \
$(elf_bfd_h) $(symcat_h) $(sim_regno_h) $(dis_asm_h) \
$(frame_unwind_h) $(frame_base_h) $(trad_frame_h) $(infcall_h) \
$(floatformat_h) $(remote_h) $(target_descriptions_h)
-mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \
- $(regcache_h) $(gregset_h)
memory-map.o: memory-map.c $(defs_h) $(memory_map_h) $(xml_support_h) \
$(gdb_assert_h) $(exceptions_h) $(gdb_string_h) $(gdb_expat_h)
mn10300-linux-tdep.o: mn10300-linux-tdep.c $(defs_h) $(gdbcore_h) \