diff options
author | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2003-10-08 02:41:49 +0000 |
---|---|---|
committer | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2003-10-08 02:41:49 +0000 |
commit | 73e8eb5189ccf1619e67e654520333df9a9fcc6e (patch) | |
tree | 7df8a771701a741dbfbc8f845d2f9a00e5abd6b4 /gdb/Makefile.in | |
parent | 737646b59ab43c03c48accfc48fab82bc36fcf95 (diff) | |
download | gdb-73e8eb5189ccf1619e67e654520333df9a9fcc6e.zip gdb-73e8eb5189ccf1619e67e654520333df9a9fcc6e.tar.gz gdb-73e8eb5189ccf1619e67e654520333df9a9fcc6e.tar.bz2 |
2003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
* m32r-tdep.c : Include "dis-asm.h".
* Makefile.in (m32r-tdep.o): Update dependencies.
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 cdbb92a..5aa199d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1965,7 +1965,7 @@ m32r-tdep.o: m32r-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ $(frame_base_h) $(symtab_h) $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) \ $(gdb_string_h) $(value_h) $(inferior_h) $(symfile_h) $(objfiles_h) \ $(language_h) $(arch_utils_h) $(regcache_h) $(trad_frame_h) \ - $(gdb_assert_h) + $(gdb_assert_h) $(dis_asm_h) m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ $(frame_base_h) $(dwarf2_frame_h) $(trad_frame_h) $(symtab_h) \ $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) \ |