diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-10 23:08:12 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-10 23:08:12 +0000 |
commit | 56ff796a9a412f40936dbb8da8d334744ac74471 (patch) | |
tree | ba6ad467877ac5800ab662ca240c73759d325a2e /gdb/Makefile.in | |
parent | 37febd2b53a5289b36d449c826be749b125e2312 (diff) | |
download | fsf-binutils-gdb-56ff796a9a412f40936dbb8da8d334744ac74471.zip fsf-binutils-gdb-56ff796a9a412f40936dbb8da8d334744ac74471.tar.gz fsf-binutils-gdb-56ff796a9a412f40936dbb8da8d334744ac74471.tar.bz2 |
* mcore-rom.c: Include "serial.h".
* Makefile.in (mcore-rom.o): Depends on "serial.h".
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 94c59d2..77a2cdc 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1662,7 +1662,7 @@ mcore-tdep.o: mcore-tdep.c $(defs_h) $(frame_h) $(gdbcmd_h) $(value_h) \ $(symtab_h) $(symfile_h) $(gdbcore_h) $(inferior_h) mcore-rom.o: mcore-rom.c $(defs_h) $(gdbcore_h) target.h monitor.h \ - $(gdb_string_h) $(regcache_h) + $(gdb_string_h) $(regcache_h) serial.h mdebugread.o: mdebugread.c buildsym.h complaints.h $(bfd_h) $(defs_h) \ $(expression_h) gdb-stabs.h $(gdbcore_h) $(gdbtypes_h) language.h \ |