diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-22 23:03:54 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-22 23:03:54 +0000 |
commit | 2e16d79e4ea4397f142ff59c28f47fa2ac2d9b20 (patch) | |
tree | 4ed04da3750d2ce6e5cbdb8df31d7f89b9b4eeef /gdb/Makefile.in | |
parent | 492cf391e36017aca823e106e1613e93cb4f0870 (diff) | |
download | gdb-2e16d79e4ea4397f142ff59c28f47fa2ac2d9b20.zip gdb-2e16d79e4ea4397f142ff59c28f47fa2ac2d9b20.tar.gz gdb-2e16d79e4ea4397f142ff59c28f47fa2ac2d9b20.tar.bz2 |
* dpx2-nat.c: Remove file.
* Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
(dpx2-nat.o): Remove dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 8afa97f..ec41654 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1326,7 +1326,7 @@ ALLDEPFILES = \ bsd-kvm.c \ coff-solib.c \ core-regset.c core-aout.c corelow.c \ - dcache.c dpx2-nat.c exec.c fork-child.c \ + dcache.c exec.c fork-child.c \ glibc-tdep.c \ go32-nat.c h8300-tdep.c \ hppa-tdep.c hppa-hpux-tdep.c \ @@ -1712,7 +1712,6 @@ disasm.o: disasm.c $(defs_h) $(target_h) $(value_h) $(ui_out_h) \ $(gdb_string_h) $(disasm_h) $(gdbcore_h) $(dis_asm_h) doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) \ $(gdb_assert_h) $(gdb_string_h) $(gdbtypes_h) -dpx2-nat.o: dpx2-nat.c $(defs_h) $(gdbcore_h) $(gdb_string_h) dsrec.o: dsrec.c $(defs_h) $(serial_h) $(srec_h) $(gdb_assert_h) \ $(gdb_string_h) dummy-frame.o: dummy-frame.c $(defs_h) $(dummy_frame_h) $(regcache_h) \ |