From: Mark Kettenis Date: Fri, 25 Oct 2002 21:23:57 +0000 (+0000) Subject: * Makefile.in (i386v-nat.o): Add $(i386_tdep_h). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6aee4d543709a840646d912d2f97288dfde568d8;p=binutils-gdb.git * Makefile.in (i386v-nat.o): Add $(i386_tdep_h). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eba2162e993..51337465b2e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2002-10-25 Mark Kettenis + * Makefile.in (i386v-nat.o): Add $(i386_tdep_h). * i386v-nat.c: Include "i386-tdep.h". 2002-10-25 Andrew Cagney diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5a3a5c6ba45..a057202f745 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1763,7 +1763,7 @@ i386obsd-nat.o: i386obsd-nat.c $(defs_h) i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(gdbcore_h) \ $(regcache_h) $(i386_tdep_h) $(i387_tdep_h) i386v-nat.o: i386v-nat.c $(defs_h) $(frame_h) $(inferior_h) $(language_h) \ - $(gdbcore_h) $(gdb_stat_h) $(floatformat_h) $(target_h) + $(gdbcore_h) $(gdb_stat_h) $(floatformat_h) $(target_h) $(i386_tdep_h) i386v4-nat.o: i386v4-nat.c $(defs_h) $(value_h) $(inferior_h) $(regcache_h) \ $(i386_tdep_h) $(i387_tdep_h) $(gregset_h) i387-tdep.o: i387-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(language_h) \