diff options
author | Tom Tromey <tromey@redhat.com> | 2009-01-30 22:14:52 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-01-30 22:14:52 +0000 |
commit | 5abdf4bdf22a6396a880a847dfd4bee759002c51 (patch) | |
tree | b320e1fc3329da14e6f022ad557b5bdb276fb716 /gdb/Makefile.in | |
parent | 592375cda9444b66538fb4811db6094e37664847 (diff) | |
download | gdb-5abdf4bdf22a6396a880a847dfd4bee759002c51.zip gdb-5abdf4bdf22a6396a880a847dfd4bee759002c51.tar.gz gdb-5abdf4bdf22a6396a880a847dfd4bee759002c51.tar.bz2 |
* Makefile.in (HFILES_NO_SRCDIR): Remove i386-cygwin-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 d8983c9..6a4f77d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -717,7 +717,7 @@ coff-pe-read.h parser-defs.h gdb_ptrace.h mips-linux-tdep.h \ m68k-tdep.h spu-tdep.h jv-lang.h environ.h solib-irix.h amd64-tdep.h \ doublest.h regset.h hppa-tdep.h ppc-linux-tdep.h rs6000-tdep.h \ gdb_locale.h gdb_dirent.h arch-utils.h trad-frame.h gnu-nat.h \ -language.h i386-cygwin-tdep.h nbsd-tdep.h wrapper.h solib-svr4.h \ +language.h nbsd-tdep.h wrapper.h solib-svr4.h \ macroexp.h ui-file.h regcache.h gdb_string.h tracepoint.h i386-tdep.h \ inf-child.h p-lang.h event-top.h gdbtypes.h scm-tags.h user-regs.h \ regformats/regdef.h config/alpha/nm-osf3.h config/i386/nm-cygwin.h \ |