]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
binutils: Remove unused substitution PROGRAM
authorTsukasa OI <research_trasio@irq.a4lg.com>
Mon, 10 Oct 2022 09:23:16 +0000 (09:23 +0000)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Thu, 20 Oct 2022 00:42:13 +0000 (00:42 +0000)
commitb64dc199b01de38858c853c434c278a51fe890cb
tree9c7b159ae92819fa1162bd01677a5673cc989c4c
parentf2db12c248b345c9b5ceffc30916e156721b3981
binutils: Remove unused substitution PROGRAM

Unlike other substitution, this substitution of @PROGRAM@ was done in
binutils/Makefile and it was intended for binutils/cxxfilt.man.  @PROGRAM@
in binutils/cxxfilt.man is removed in the commit 0285c67df190 ("Automate
generate on man pages") in 2001 and @PROGRAM@ is ineffective since then.

Because PROGRAM substitution does nothing, removing this manual
substitution should be completely safe.

binutils/ChangeLog:

* doc/local.mk: Remove unused substitution PROGRAM.
* Makefile.in: Regenerate.
binutils/Makefile.in
binutils/doc/local.mk