diff options
author | Kevin Buettner <kevinb@redhat.com> | 2004-03-13 00:36:53 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2004-03-13 00:36:53 +0000 |
commit | ed1bd989f78ed9daec1061f8ec2e6c298dfd4d16 (patch) | |
tree | 0e02d2b63bd37f6a7a464d6461defda16a5ff1f5 /gdb/Makefile.in | |
parent | 7e2958339b115f0c2bd759ee66aa16788fbdac16 (diff) | |
download | gdb-ed1bd989f78ed9daec1061f8ec2e6c298dfd4d16.zip gdb-ed1bd989f78ed9daec1061f8ec2e6c298dfd4d16.tar.gz gdb-ed1bd989f78ed9daec1061f8ec2e6c298dfd4d16.tar.bz2 |
Fix typo in Makefile.in; commit ChangeLog entries for previous change.
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 3017d79..8bfed20 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1770,7 +1770,7 @@ frame-unwind.o: frame-unwind.c $(defs_h) $(frame_h) $(frame_unwind_h) \ frv-tdep.o: frv-tdep.c $(defs_h) $(gdb_string_h) $(inferior_h) $(gdbcore_h) \ $(arch_utils_h) $(regcache_h) $(frame_h) $(frame_unwind_h) \ $(frame_base_h) $(trad_frame_h) $(dis_asm_h) $(gdb_assert_h) \ - $(sim_regno_h) $(gdb_sim_frv_h) $(opcodes_frv_desc_h) $(symtab_h) + $(sim_regno_h) $(gdb_sim_frv_h) $(opcodes_frv_desc_h) $(symtab_h) \ $(elf_bfd_h) $(elf_frv_h) $(osabi_h) $(frv_tdep_h) f-typeprint.o: f-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \ $(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(target_h) \ |