summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 02e6344f6ae..abec1f15805 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1234,7 +1234,8 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
rs6000-nat.c rs6000-tdep.c \
s390-tdep.c s390-nat.c \
ser-go32.c ser-pipe.c ser-tcp.c \
- sh-tdep.c solib.c solib-svr4.c solib-sunos.c sparc-linux-nat.c \
+ sh-tdep.c shnbsd-tdep.c shnbsd-nat.c \
+ solib.c solib-svr4.c solib-sunos.c sparc-linux-nat.c \
sparc-nat.c \
sparc-tdep.c sparcl-tdep.c sun3-nat.c \
symm-tdep.c symm-nat.c \
@@ -2061,6 +2062,11 @@ sh-tdep.o: sh-tdep.c $(bfd_h) $(dis_asm_h) \
$(gdbcmd_h) $(gdbtypes_h) $(symtab_h) $(value_h) $(arch_utils_h) \
$(regcache_h) $(doublest_h) $(sh_tdep_h)
+shnbsd-tdep.o: shnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
+ $(value_h) $(sh_tdep_h) shnbsd-tdep.h nbsd-tdep.h
+
+shnbsd-nat.o: shnbsd-nat.c $(defs_h) $(inferior_h) shnbsd-tdep.h
+
sh3-rom.o: sh3-rom.c $(monitor_h) $(bfd_h) $(gdb_wait_h) $(defs_h) $(gdbcmd_h) \
$(inferior_h) $(target_h) $(serial_h) $(terminal_h) $(arch_utils_h) \
$(regcache_h) $(sh_tdep_h)