From 56ff796a9a412f40936dbb8da8d334744ac74471 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Tue, 10 Jul 2001 23:08:12 +0000 Subject: * mcore-rom.c: Include "serial.h". * Makefile.in (mcore-rom.o): Depends on "serial.h". --- gdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/Makefile.in') 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 \ -- cgit v1.1