diff options
author | Tom Tromey <tromey@redhat.com> | 2011-02-18 20:31:18 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-02-18 20:31:18 +0000 |
commit | 66694b75a4d54ce3228aab59ac09585f576dcc16 (patch) | |
tree | 87de3c81b6b7da84407b14757c6db9a50dd63dc7 /gdb | |
parent | eeaafae2bdf07efbe757579c966da3c422496053 (diff) | |
download | gdb-66694b75a4d54ce3228aab59ac09585f576dcc16.zip gdb-66694b75a4d54ce3228aab59ac09585f576dcc16.tar.gz gdb-66694b75a4d54ce3228aab59ac09585f576dcc16.tar.bz2 |
* Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1f08f84..330065b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2011-02-18 Tom Tromey <tromey@redhat.com> + + * Makefile.in (HFILES_NO_SRCDIR): Don't mention ada-operator.inc. + 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com> Tom Tromey <tromey@redhat.com> diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c6049fa..8824b31 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -812,7 +812,7 @@ config/rs6000/nm-rs6000.h top.h bsd-kvm.h gdb-stabs.h reggroups.h \ annotate.h sim-regno.h dictionary.h dfp.h main.h frame-unwind.h \ remote-fileio.h i386-linux-tdep.h vax-tdep.h objc-lang.h \ sentinel-frame.h bcache.h symfile.h windows-tdep.h linux-tdep.h \ -gdb_usleep.h jit.h xml-syscall.h ada-operator.inc microblaze-tdep.h \ +gdb_usleep.h jit.h xml-syscall.h microblaze-tdep.h \ psymtab.h psympriv.h progspace.h bfin-tdep.h ia64-hpux-tdep.h # Header files that already have srcdir in them, or which are in objdir. |