diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 29a027e..bba9d89 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -587,7 +587,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 -observer_inc = observer.inc +hashtab_h = $(INCLUDE_DIR)/hashtab.h # # $BUILD/ headers @@ -599,6 +599,8 @@ exc_request_S_h = exc_request_S.h msg_reply_S_h = msg_reply_S.h msg_U_h = msg_U.h notify_S_h = notify_S.h +observer_h = observer.h +observer_inc = observer.inc process_reply_S_h = process_reply_S.h # @@ -717,7 +719,6 @@ ns32k_tdep_h = ns32k-tdep.h nto_tdep_h = nto-tdep.h $(defs_h) $(solist_h) objc_lang_h = objc-lang.h objfiles_h = objfiles.h $(gdb_obstack_h) $(symfile_h) -observer_h = observer.h ocd_h = ocd.h osabi_h = osabi.h pa64solib_h = pa64solib.h @@ -1729,7 +1730,7 @@ dwarf2read.o: dwarf2read.c $(defs_h) $(bfd_h) $(symtab_h) $(gdbtypes_h) \ $(objfiles_h) $(elf_dwarf2_h) $(buildsym_h) $(demangle_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) + $(cp_support_h) $(gdb_string_h) $(gdb_assert_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) |