diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-10-25 21:23:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-10-25 21:23:57 +0000 |
commit | 6aee4d543709a840646d912d2f97288dfde568d8 (patch) | |
tree | da97b2a3acde618518c4460e92ffba8081916ec7 /gdb/Makefile.in | |
parent | 17aae57035372f21db4a0a0b7f167a08ff3feddc (diff) | |
download | gdb-6aee4d543709a840646d912d2f97288dfde568d8.zip gdb-6aee4d543709a840646d912d2f97288dfde568d8.tar.gz gdb-6aee4d543709a840646d912d2f97288dfde568d8.tar.bz2 |
* Makefile.in (i386v-nat.o): Add $(i386_tdep_h).
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5a3a5c6..a057202 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) \ |