diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-08-15 21:19:20 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-08-15 21:19:20 +0000 |
commit | 44878bae0ae9c011b53d9f66a9b2666c26bc23e1 (patch) | |
tree | e3f1e2ca1056f1c88822c5fc77ce4eeaee5bb8d9 | |
parent | 3d3889971085bdb9017e31881c2bfc7600e44c55 (diff) | |
download | gdb-44878bae0ae9c011b53d9f66a9b2666c26bc23e1.zip gdb-44878bae0ae9c011b53d9f66a9b2666c26bc23e1.tar.gz gdb-44878bae0ae9c011b53d9f66a9b2666c26bc23e1.tar.bz2 |
* Makefile.in (m68kbsd-tdep.o): Ad missing space.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4839326..8e3ce68 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2005-08-15 Mark Kettenis <kettenis@gnu.org> + + * Makefile.in (m68kbsd-tdep.o): Ad missing space. + 2005-08-15 Ulrich Weigand <uweigand@de.ibm.com> * s390-tdep.c (op1_lgfi, op2_lgfi, op1_agfi, op2_agfi, diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a8222ef..05bbd9f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2220,7 +2220,7 @@ m68kbsd-nat.o: m68kbsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ $(bsd_kvm_h) m68kbsd-tdep.o: m68kbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ $(osabi_h) $(regcache_h) $(regset_h) $(trad_frame_h) \ - $(tramp_frame_h)$(gdb_assert_h) $(gdb_string_h) $(m68k_tdep_h) \ + $(tramp_frame_h) $(gdb_assert_h) $(gdb_string_h) $(m68k_tdep_h) \ $(solib_svr4_h) m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \ $(language_h) $(gdbcore_h) $(gdb_string_h) $(regcache_h) \ |