gdb/Makefile.in: fix 'make tags' build target
authorReuben Thomas <rrt@sc3d.org>
Tue, 22 Mar 2022 22:10:17 +0000 (22:10 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Sun, 3 Apr 2022 14:45:54 +0000 (15:45 +0100)
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.

gdb/Makefile.in

index 009b733092de383a4efa81fd5de14a6cc61d4cb6..3df09e6a43bdcec4e9d605ef786039cc1b2b77e4 100644 (file)
@@ -1321,7 +1321,6 @@ HFILES_NO_SRCDIR = \
        gdb_curses.h \
        gdb_expat.h \
        gdb_proc_service.h \
-       gdb_select.h \
        gdb-stabs.h \
        gdb_vfork.h \
        gdb_wchar.h \