diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-09-11 02:00:51 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-09-11 02:00:51 +0000 |
commit | fde2cceb8656867586ef0f355e63982123f2571f (patch) | |
tree | 4c06f5df56e57c2ab0ab24b99e40cd3abef9e622 /gdb/Makefile.in | |
parent | 60022f723a62d1fa53d2079ca3625502e407bdc9 (diff) | |
download | gdb-fde2cceb8656867586ef0f355e63982123f2571f.zip gdb-fde2cceb8656867586ef0f355e63982123f2571f.tar.gz gdb-fde2cceb8656867586ef0f355e63982123f2571f.tar.bz2 |
* hppa-tdep.c: Include "dis-asm.h". Fixes a build failure.
* Makefile.in (hppa-tdep.o): Update dependencies.
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 825cbfb..ad0d30c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1819,7 +1819,8 @@ hppa-tdep.o: hppa-tdep.c $(defs_h) $(frame_h) $(bfd_h) $(inferior_h) \ $(value_h) $(regcache_h) $(completer_h) $(language_h) $(osabi_h) \ $(gdb_assert_h) $(infttrace_h) $(symtab_h) $(infcall_h) \ $(a_out_encap_h) $(gdb_stat_h) $(gdb_wait_h) $(gdbcore_h) \ - $(gdbcmd_h) $(target_h) $(symfile_h) $(objfiles_h) $(hppa_tdep_h) + $(gdbcmd_h) $(target_h) $(symfile_h) $(objfiles_h) $(hppa_tdep_h) \ + $(dis_asm_h) hpread.o: hpread.c $(defs_h) $(bfd_h) $(gdb_string_h) $(hp_symtab_h) \ $(syms_h) $(symtab_h) $(symfile_h) $(objfiles_h) $(buildsym_h) \ $(complaints_h) $(gdb_stabs_h) $(gdbtypes_h) $(demangle_h) \ |