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)
commitf871c4853a9725682011c2314ea4308f3c34bd8d
tree58f46c34eb205e4fab5a4f975a1d44f1b3b04c61
parent916296ccea146c9b9517e00494bde307f2af7efa
gdb/Makefile.in: fix 'make tags' failure

'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
This page took 0.026515 seconds and 4 git commands to generate.