summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2006-01-15 13:45:24 +0000
committerMark Kettenis <kettenis@gnu.org>2006-01-15 13:45:24 +0000
commit5e0a85b9e79ce495d4c0f7710caf7411cca87c2b (patch)
treef38b7c3ed57e22951f170cce37cd495bd2f53bb8 /gdb/Makefile.in
parentf9402356d2c5ebac4da4b5cbc87f02220ff384ab (diff)
downloadgdb-5e0a85b9e79ce495d4c0f7710caf7411cca87c2b.tar.gz
* s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
* Makefile.in (s390-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index b6f0c98e47f..d3dfb28dba1 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2498,10 +2498,9 @@ s390-nat.o: s390-nat.c $(defs_h) $(tm_h) $(regcache_h) $(inferior_h) \
$(s390_tdep_h) $(target_h) $(linux_nat_h)
s390-tdep.o: s390-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) $(inferior_h) \
$(symtab_h) $(target_h) $(gdbcore_h) $(gdbcmd_h) $(objfiles_h) \
- $(tm_h) $(__bfd_bfd_h) $(floatformat_h) $(regcache_h) \
- $(trad_frame_h) $(frame_base_h) $(frame_unwind_h) $(dwarf2_frame_h) \
- $(reggroups_h) $(regset_h) $(value_h) $(gdb_assert_h) $(dis_asm_h) \
- $(solib_svr4_h) $(s390_tdep_h)
+ $(floatformat_h) $(regcache_h) $(trad_frame_h) $(frame_base_h) \
+ $(frame_unwind_h) $(dwarf2_frame_h) $(reggroups_h) $(regset_h) \
+ $(value_h) $(gdb_assert_h) $(dis_asm_h) $(solib_svr4_h) $(s390_tdep_h)
scm-exp.o: scm-exp.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \
$(parser_defs_h) $(language_h) $(value_h) $(c_lang_h) $(scm_lang_h) \
$(scm_tags_h)