diff -Naur src.orig/gdb/Makefile.in src/gdb/Makefile.in --- src.orig/gdb/Makefile.in 2003-08-03 05:11:48.000000000 +0900 +++ src/gdb/Makefile.in 2003-08-04 16:46:18.000000000 +0900 @@ -1282,7 +1282,7 @@ ppcnbsd-nat.o ppcnbsd-tdep.o \ procfs.c \ remote-e7000.c \ - remote-hms.c remote-mips.c \ + remote-hms.c remote-m32r-sdi.c remote-mips.c \ remote-rdp.c remote-sim.c \ remote-st.c remote-utils.c dcache.c \ remote-vx.c \ @@ -2136,6 +2136,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) diff -Naur src.orig/gdb/config/m32r/m32r.mt src/gdb/config/m32r/m32r.mt --- src.orig/gdb/config/m32r/m32r.mt 2003-08-02 06:14:33.000000000 +0900 +++ src/gdb/config/m32r/m32r.mt 2003-08-04 15:57:11.000000000 +0900 @@ -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