diff options
author | Eli Zaretskii <eliz@gnu.org> | 2015-01-22 20:05:59 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2015-01-22 20:13:37 +0200 |
commit | c80546409610a6507b3e6338e014c424d2af6864 (patch) | |
tree | 675b0ab5987945558d42f66f8db8735bdfce1e70 /gdb | |
parent | 45f3b78cedef85e1957d2dfa8402436d952f75d7 (diff) | |
download | fsf-binutils-gdb-c80546409610a6507b3e6338e014c424d2af6864.zip fsf-binutils-gdb-c80546409610a6507b3e6338e014c424d2af6864.tar.gz fsf-binutils-gdb-c80546409610a6507b3e6338e014c424d2af6864.tar.bz2 |
Partial fix for "make TAGS".
gdb/
2015-01-22 Eli Zaretskii <eliz@gnu.org>
* Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
(ALLDEPFILES): Remove irix5-nat.c. These two are part of the
reason that "make TAGS" is broken.
(cherry picked from commit 82a864f96aff83edb0c8bb21ead5c28cd10363fe)
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/Makefile.in | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6eb4e7a..3d1233d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-01-22 Eli Zaretskii <eliz@gnu.org> + + * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h. + (ALLDEPFILES): Remove irix5-nat.c. These two are part of the + reason that "make TAGS" is broken. + 2015-01-19 Eli Zaretskii <eliz@gnu.org> * configure.ac [*mingw32*]: Only add windows-termcap.o to diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 86ab1be..7937801 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -890,7 +890,7 @@ proc-utils.h aarch64-tdep.h arm-tdep.h ax-gdb.h ppcfbsd-tdep.h \ ppcnbsd-tdep.h cli-out.h gdb_expat.h breakpoint.h infcall.h obsd-tdep.h \ exec.h m32r-tdep.h osabi.h gdbcore.h solib-som.h amd64bsd-nat.h \ i386bsd-nat.h xml-support.h xml-tdesc.h alphabsd-tdep.h gdb_obstack.h \ -ia64-tdep.h ada-lang.h ada-varobj.h varobj.h varobj-iter.h frv-tdep.h \ +ia64-tdep.h ada-lang.h varobj.h varobj-iter.h frv-tdep.h \ nto-tdep.h serial.h \ c-lang.h d-lang.h go-lang.h frame.h event-loop.h block.h cli/cli-setshow.h \ cli/cli-decode.h cli/cli-cmds.h cli/cli-utils.h \ @@ -1666,7 +1666,6 @@ ALLDEPFILES = \ ia64-hpux-nat.c ia64-hpux-tdep.c \ ia64-linux-nat.c ia64-linux-tdep.c ia64-tdep.c ia64-vms-tdep.c \ inf-ptrace.c inf-ttrace.c \ - irix5-nat.c \ ia64-libunwind-tdep.c \ linux-fork.c \ linux-tdep.c \ |