diff options
author | Reuben Thomas <rrt@sc3d.org> | 2022-03-22 22:10:17 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2022-04-03 15:45:54 +0100 |
commit | 18b7679416bc4d7712b6983fceec21a10d103aa5 (patch) | |
tree | 7fe5044d73014945fad8cfb282990a639cb2eb45 /gdb/python | |
parent | 57d133e0d9fd3418af190e00fa07b28a815f00de (diff) | |
download | binutils-18b7679416bc4d7712b6983fceec21a10d103aa5.zip binutils-18b7679416bc4d7712b6983fceec21a10d103aa5.tar.gz binutils-18b7679416bc4d7712b6983fceec21a10d103aa5.tar.bz2 |
gdb/Makefile.in: fix 'make tags' build target
The gdb_select.h file was moved to the gdbsupport directory long ago,
but a reference was accident left in gdb/Makefile.in (in the
HFILES_NO_SRCDIR variable), this commit removes that reference.
Before this commit, if I use 'make tags' here's what I see:
$ make tags
make: *** No rule to make target 'gdb_select.h', needed by 'TAGS'. Stop.
After this commit 'make tags' completes, but I still see these
warnings:
../../src/gdb/arm.c: No such file or directory
../../src/gdb/arm-get-next-pcs.c: No such file or directory
../../src/gdb/arm-linux.c: No such file or directory
These are caused by a separate issue, and will be addressed in the
next commit.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions