]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
gdb/Makefile: add some missing config.status dependencies
authorAndrew Burgess <aburgess@redhat.com>
Fri, 5 Apr 2024 09:52:17 +0000 (10:52 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 8 Apr 2024 09:25:39 +0000 (10:25 +0100)
commitcb1bef582e37d29281a5a5ebd99605d55afb16a0
treed8a230c98a5c6174de8c48fc50233d40d53bfc20
parent766f411f084bd6c9a224300bf946a1bfd583ab5f
gdb/Makefile: add some missing config.status dependencies

I noticed that for the build targets jit-reader.h, gcore, gdb-gdb.py,
and gdb-gdb.gdb the rules all use the config.status script, but don't
have a dependency on the config.status target.  This means we might
fail to regenerate these targets in a case where config.status, or one
of its dependencies changes.

Two other targets that use config.status do correctly have a
dependency on config.status.

Fixed in this commit by adding the missing dependencies.

There should be no changes in _what_ is generated after this commit.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/Makefile.in