Fix 'make TAGS' in gdbserver
authorTom Tromey <tom@tromey.com>
Fri, 23 Dec 2022 20:28:20 +0000 (13:28 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 18 Jan 2023 18:12:20 +0000 (11:12 -0700)
commitbd3014572d687e6d6e9d27a46d5b19a4a5528e85
tree92f046917791cf86bdc29365acb0659e134b6034
parentb986eec55f460a9c77a0c06ec30d7280293f7a8c
Fix 'make TAGS' in gdbserver

PR build/29003 points out that "make TAGS" is broken in gdbserver.
This patch fixes the problem that is pointed out there, plus another
one I noticed while working on that -- namely that the "sed" computes
the wrong names for some source files.  Finally, a couple of obsolete
variable references are removed.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=29003
gdbserver/Makefile.in