diff options
author | Randolph Chung <tausq@debian.org> | 2004-05-17 15:16:39 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-05-17 15:16:39 +0000 |
commit | cea96d64fe6299c4fd45291fe7ccc49215363322 (patch) | |
tree | 9e55923e169ac5f0b02a2e5acf32e72e36dd7ccf /gdb/Makefile.in | |
parent | f08f6a4ad5efdc7de4ad823e2c7a3005b530c493 (diff) | |
download | gdb-cea96d64fe6299c4fd45291fe7ccc49215363322.zip gdb-cea96d64fe6299c4fd45291fe7ccc49215363322.tar.gz gdb-cea96d64fe6299c4fd45291fe7ccc49215363322.tar.bz2 |
2004-05-17 Randolph Chung <tausq@debian.org>
* hppa-tdep.c: Remove superfluous #include's.
* Makefile.in (hppa-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index fef46ae..8c0813f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1831,12 +1831,10 @@ hppah-nat.o: hppah-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdbcore_h) \ hppa-hpux-tdep.o: hppa-hpux-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ $(osabi_h) $(gdb_string_h) $(frame_h) $(hppa_tdep_h) hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \ - $(value_h) $(regcache_h) $(completer_h) $(language_h) $(osabi_h) \ - $(gdb_assert_h) $(infttrace_h) $(arch_utils_h) $(symtab_h) \ - $(infcall_h) $(dis_asm_h) $(trad_frame_h) $(frame_unwind_h) \ - $(frame_base_h) $(a_out_encap_h) $(gdb_stat_h) $(gdb_wait_h) \ - $(gdbcore_h) $(gdbcmd_h) $(target_h) $(symfile_h) $(objfiles_h) \ - $(hppa_tdep_h) + $(regcache_h) $(completer_h) $(osabi_h) $(gdb_assert_h) \ + $(arch_utils_h) $(symtab_h) $(dis_asm_h) $(trad_frame_h) \ + $(frame_unwind_h) $(frame_base_h) $(gdbcore_h) $(gdbcmd_h) \ + $(symfile_h) $(objfiles_h) $(hppa_tdep_h) hppa-linux-tdep.o: hppa-linux-tdep.c $(defs_h) $(gdbcore_h) $(osabi_h) \ $(target_h) $(objfiles_h) $(solib_svr4_h) $(glibc_tdep_h) \ $(frame_unwind_h) $(trad_frame_h) $(dwarf2_frame_h) $(hppa_tdep_h) \ |