diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2006-04-23 14:15:01 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2006-04-23 14:15:01 +0000 |
commit | b8eb021a303910329ef9fc7b22bfa8e3315e9fc9 (patch) | |
tree | c864c0e72d0d26c9763d8d8057ec01ecca29d467 /gdb/Makefile.in | |
parent | ac734b46c82e7c4144c92598442c7de4d7455f77 (diff) | |
download | gdb-b8eb021a303910329ef9fc7b22bfa8e3315e9fc9.zip gdb-b8eb021a303910329ef9fc7b22bfa8e3315e9fc9.tar.gz gdb-b8eb021a303910329ef9fc7b22bfa8e3315e9fc9.tar.bz2 |
* rs6000-tdep.c: Include "reggroups.h" only once.
* Makefile.in (rs6000-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f96c20c..e27a718 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2515,7 +2515,7 @@ rs6000-tdep.o: rs6000-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(symtab_h) \ $(reggroups_h) $(libbfd_h) $(coff_internal_h) $(libcoff_h) \ $(coff_xcoff_h) $(libxcoff_h) $(elf_bfd_h) $(solib_svr4_h) \ $(ppc_tdep_h) $(gdb_assert_h) $(dis_asm_h) $(trad_frame_h) \ - $(frame_unwind_h) $(frame_base_h) $(reggroups_h) $(rs6000_tdep_h) + $(frame_unwind_h) $(frame_base_h) $(rs6000_tdep_h) rs6000-aix-tdep.o: rs6000-aix-tdep.c $(defs_h) $(osabi_h) $(rs6000_tdep_h) s390-nat.o: s390-nat.c $(defs_h) $(tm_h) $(regcache_h) $(inferior_h) \ $(s390_tdep_h) $(target_h) $(linux_nat_h) |