mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
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.
This commit is contained in:

committed by
Sergio Durigan Junior

parent
916296ccea
commit
f871c4853a
@ -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>
|
2017-10-30 Simon Marchi <simon.marchi@ericsson.com>
|
||||||
|
|
||||||
* common/common-utils.h (in_inclusive_range): New function.
|
* common/common-utils.h (in_inclusive_range): New function.
|
||||||
|
@ -1346,7 +1346,6 @@ HFILES_NO_SRCDIR = \
|
|||||||
frv-tdep.h \
|
frv-tdep.h \
|
||||||
ft32-tdep.h \
|
ft32-tdep.h \
|
||||||
gcore.h \
|
gcore.h \
|
||||||
gdb.h \
|
|
||||||
gdb_bfd.h \
|
gdb_bfd.h \
|
||||||
gdb_curses.h \
|
gdb_curses.h \
|
||||||
gdb-dlfcn.h \
|
gdb-dlfcn.h \
|
||||||
|
Reference in New Issue
Block a user