]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (hashtab_h): Add.
authorDaniel Jacobowitz <drow@false.org>
Sat, 21 Feb 2004 20:58:39 +0000 (20:58 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sat, 21 Feb 2004 20:58:39 +0000 (20:58 +0000)
(dwarf2read.o): Update dependencies.

gdb/Makefile.in

index 2e444a6e8f388f822f2a96773e42c314fb98ac4d..41f412ea15d99648e16655e6a4e324d8e3272e24 100644 (file)
@@ -583,6 +583,7 @@ gdb_sim_d10v_h = $(INCLUDE_DIR)/gdb/sim-d10v.h
 gdb_sim_frv_h = $(INCLUDE_DIR)/gdb/sim-frv.h
 gdb_sim_sh_h = $(INCLUDE_DIR)/gdb/sim-sh.h
 splay_tree_h =  $(INCLUDE_DIR)/splay-tree.h
+hashtab_h =    $(INCLUDE_DIR)/hashtab.h
 
 readline_headers = \
        $(READLINE_SRC)/chardefs.h \
@@ -1707,7 +1708,7 @@ dwarf2read.o: dwarf2read.c $(defs_h) $(bfd_h) $(symtab_h) $(gdbtypes_h) \
        $(expression_h) $(filenames_h) $(macrotab_h) $(language_h) \
        $(complaints_h) $(bcache_h) $(dwarf2expr_h) $(dwarf2loc_h) \
        $(cp_support_h) $(gdb_string_h) $(gdb_assert_h) \
-       $(splay_tree_h)
+       $(splay_tree_h) $(hashtab_h)
 dwarfread.o: dwarfread.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(objfiles_h) \
        $(elf_dwarf_h) $(buildsym_h) $(demangle_h) $(expression_h) \
        $(language_h) $(complaints_h) $(gdb_string_h)