diff options
author | Kevin Buettner <kevinb@redhat.com> | 2005-09-03 00:35:45 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2005-09-03 00:35:45 +0000 |
commit | 0187db983ec52f155764a54a9ad55230c4f5537d (patch) | |
tree | 7fb29460d727d66dd0af085fab770a10a8df2884 /gdb/Makefile.in | |
parent | 99fe5f9d5b55b7bb39af847b3e6503b912dd505f (diff) | |
download | gdb-0187db983ec52f155764a54a9ad55230c4f5537d.zip gdb-0187db983ec52f155764a54a9ad55230c4f5537d.tar.gz gdb-0187db983ec52f155764a54a9ad55230c4f5537d.tar.bz2 |
Remove inadvertent tab after mn10300-tdep.o entry.
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 86ddc2f..7c5f86a 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2311,7 +2311,7 @@ mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \ $(gdbtypes_h) $(regcache_h) $(gdb_string_h) $(gdb_assert_h) \ $(frame_h) $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) \ $(symtab_h) $(dwarf2_frame_h) $(osabi_h) $(mn10300_tdep_h) - + monitor.o: monitor.c $(defs_h) $(gdbcore_h) $(target_h) $(exceptions_h) \ $(gdb_string_h) $(command_h) $(serial_h) $(monitor_h) $(gdbcmd_h) \ $(inferior_h) $(gdb_regex_h) $(srec_h) $(regcache_h) |