X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2FMakefile.in;h=d225b7d76679095b2e7baa9124476f589835f9da;hb=7a1998dffb58ee1fab5edbd13458373654a1da42;hp=1db02c07ac280f18a9bfab2f7b5bc2cdadc13cc3;hpb=053205cc4021026a5a1db05869d04bf7ad9ea1bd;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 1db02c07ac..d225b7d766 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -733,7 +733,6 @@ ALL_TARGET_OBS = \ hppa-obsd-tdep.o \ hppa-tdep.o \ i386-bsd-tdep.o \ - i386-cygwin-tdep.o \ i386-darwin-tdep.o \ i386-dicos-tdep.o \ i386-fbsd-tdep.o \ @@ -745,6 +744,7 @@ ALL_TARGET_OBS = \ i386-obsd-tdep.o \ i386-sol2-tdep.o \ i386-tdep.o \ + i386-windows-tdep.o \ i387-tdep.o \ iq2000-tdep.o \ linux-record.o \ @@ -2161,7 +2161,6 @@ ALLDEPFILES = \ hppa-tdep.c \ i386-bsd-nat.c \ i386-bsd-tdep.c \ - i386-cygwin-tdep.c \ i386-darwin-nat.c \ i386-darwin-tdep.c \ i386-dicos-tdep.c \ @@ -2178,6 +2177,7 @@ ALLDEPFILES = \ i386-sol2-nat.c \ i386-sol2-tdep.c \ i386-tdep.c \ + i386-windows-tdep.c \ i387-tdep.c \ ia64-libunwind-tdep.c \ ia64-linux-nat.c \