Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.431 diff -u -r1.431 Makefile.in --- Makefile.in 20 Aug 2003 20:22:41 -0000 1.431 +++ Makefile.in 21 Aug 2003 00:33:31 -0000 @@ -2161,6 +2161,8 @@ $(remote_fileio_h) remote-hms.o: remote-hms.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \ $(serial_h) $(regcache_h) +remote-m32r-sdi.o: remote-m32r-sdi.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ + $(inferior_h) $(target_h) $(regcache_h) $(gdb_string_h) remote-mips.o: remote-mips.c $(defs_h) $(inferior_h) $(bfd_h) $(symfile_h) \ $(gdbcmd_h) $(gdbcore_h) $(serial_h) $(target_h) $(remote_utils_h) \ $(gdb_string_h) $(gdb_stat_h) $(regcache_h) Index: config/m32r/m32r.mt =================================================================== RCS file: /cvs/src/src/gdb/config/m32r/m32r.mt,v retrieving revision 1.6 diff -u -r1.6 m32r.mt --- config/m32r/m32r.mt 1 Aug 2003 21:14:33 -0000 1.6 +++ config/m32r/m32r.mt 21 Aug 2003 00:33:31 -0000 @@ -1,4 +1,4 @@ # Target: Renesas m32r processor -TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o +TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o remote-m32r-sdi.o SIM_OBS = remote-sim.o SIM = ../sim/m32r/libsim.a