]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Update HFILES_NO_SRCDIR in gdb/Makefile.in
authorTom Tromey <tom@tromey.com>
Sat, 6 Sep 2025 18:30:35 +0000 (12:30 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 22 Sep 2025 15:35:52 +0000 (09:35 -0600)
commit58f22c76b29088c69eb6f272da7f20fdc5a80c50
tree27dd70a7241f8cc84fe1060689ba8fb8a453558a
parent2df7e2237ecb5e5def03407e12f4aa03bc70ebdd
Update HFILES_NO_SRCDIR in gdb/Makefile.in

I noticed a header file from dwarf2/ was missing from HFILES_NO_SRCDIR
in gdb/Makefile.in.  Looking more, I found many missing files.  This
patch adds them all and sorts the list -- using "sort", though, and
not the advice at the top of Makefile.in that, IMO, seems hard to
implement.

This also removes some code from the 'tags' rule that I think is
obsolete.
gdb/Makefile.in