diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-03-29 20:34:57 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-03-29 20:34:57 +0000 |
commit | 15b6c49f149f84ce4a75e93c8429daac2678e758 (patch) | |
tree | 4c580876d2946245291994e1be6409ef898b7fc2 /gdb/Makefile.in | |
parent | 09a9d560e1c6c3a11de68101cb17f9e2ec98b3e1 (diff) | |
download | gdb-15b6c49f149f84ce4a75e93c8429daac2678e758.zip gdb-15b6c49f149f84ce4a75e93c8429daac2678e758.tar.gz gdb-15b6c49f149f84ce4a75e93c8429daac2678e758.tar.bz2 |
Missed part of earlier commit.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 985f852..f8aa73b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1745,7 +1745,8 @@ arm-tdep.o: arm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcmd_h) \ $(doublest_h) $(value_h) $(arch_utils_h) $(osabi_h) \ $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) $(arm_tdep_h) \ $(gdb_sim_arm_h) $(elf_bfd_h) $(coff_internal_h) $(elf_arm_h) \ - $(gdb_assert_h) $(bfd_in2_h) $(libcoff_h) + $(gdb_assert_h) $(bfd_in2_h) $(libcoff_h) $(objfiles_h) \ + $(dwarf2_frame_h) auxv.o: auxv.c $(defs_h) $(target_h) $(gdbtypes_h) $(command_h) \ $(inferior_h) $(valprint_h) $(gdb_assert_h) $(auxv_h) \ $(elf_common_h) |