Partial fix for "make TAGS".
authorEli Zaretskii <eliz@gnu.org>
Thu, 22 Jan 2015 18:05:59 +0000 (20:05 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 22 Jan 2015 18:05:59 +0000 (20:05 +0200)
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.

gdb/ChangeLog
gdb/Makefile.in

index fee690363f575efe73aac628c713f834fcaac6c9..06be4ed30c404af4ad679fb445388939b282da64 100644 (file)
@@ -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-22  Chen Gang  <gang.chen.5i5j@gmail.com>
 
        * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
index 6b270ebf2804c9057436118b2099308a4b453157..8addef470e651a16810aeae544496f3ddd7af9a6 100644 (file)
@@ -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 \
This page took 0.034532 seconds and 4 git commands to generate.