* Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h

This commit is contained in:
Michal Ludvig 2002-07-18 12:12:42 +00:00
parent 1e4cf259d2
commit 4894ac5dcf
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* config/sparc/tm-sp64linux.h: Make the rest of #endif
line a comment.
* Makefile.in (x86-64-linux-nat.o): Remove dependency on i387-tdep.h
2002-07-17 Jim Blandy <jimb@redhat.com>

View File

@ -2247,7 +2247,7 @@ x86-64-tdep.o : x86-64-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) $(gdbcmd_h) \
$(dwarf2cfi_h) $(gdb_assert_h)
x86-64-linux-nat.o : x86-64-linux-nat.c $(defs_h) $(inferior_h) \
$(gdbcore_h) $(regcache_h) i387-tdep.h $(gdb_assert_h) x86-64-tdep.h \
$(gdbcore_h) $(regcache_h) $(gdb_assert_h) x86-64-tdep.h \
i386-tdep.h
win32-nat.o: win32-nat.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \