]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/Makefile.in: fix 'make tags' failure
authorMike Gulick <mike.gulick@mathworks.com>
Tue, 31 Oct 2017 00:11:52 +0000 (20:11 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Tue, 31 Oct 2017 01:30:10 +0000 (21:30 -0400)
'make tags' fails with the following error:

  make[2]: Entering directory '/local-ssd/mgulick/gdb/git/binutils-gdb/gdb'
  make[2]: *** No rule to make target 'gdb.h', needed by 'TAGS'.  Stop.
  make[2]: Leaving directory '/local-ssd/mgulick/gdb/git/binutils-gdb/gdb'

The file gdb/gdb.h was removed in commit
65630365f7d073430e62b4fe65f34dcdc0a4b05e.

gdb/ChangeLog:

2017-10-30  Mike Gulick  <mgulick@mathworks.com>

* Makefile.in (HFILES_NO_SRCDIR): Remove reference to gdb.h.

gdb/ChangeLog
gdb/Makefile.in

index 5a680edd85d0dbc3370fd2610496bd1a34c9e551..a72cc742bb630ac078943b9d8018dcbf7dc0cd50 100644 (file)
@@ -1,3 +1,7 @@
+2017-10-30  Mike Gulick  <mgulick@mathworks.com>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Remove reference to gdb.h.
+
 2017-10-30  Simon Marchi  <simon.marchi@ericsson.com>
 
        * common/common-utils.h (in_inclusive_range): New function.
index 6cb0970d149e374bd6305a452d4cfe34af86231d..1a68746faf54d84b90251fde68d91e986049cc08 100644 (file)
@@ -1346,7 +1346,6 @@ HFILES_NO_SRCDIR = \
        frv-tdep.h \
        ft32-tdep.h \
        gcore.h \
-       gdb.h \
        gdb_bfd.h \
        gdb_curses.h \
        gdb-dlfcn.h \