[PATCH] libctf: delete unused libctf_TEXINFOS
Mike Frysinger
vapier@gentoo.org
Thu Dec 2 04:44:12 GMT 2021
It's not clear what this was meant for, but it's not used by anything,
and the info pages still generate fine without it.
---
libctf/Makefile.in | 1 -
libctf/doc/local.mk | 1 -
2 files changed, 2 deletions(-)
diff --git a/libctf/Makefile.in b/libctf/Makefile.in
index 379f50df44b2..09855ae85a39 100644
--- a/libctf/Makefile.in
+++ b/libctf/Makefile.in
@@ -578,7 +578,6 @@ RUNTESTFLAGS =
# development.sh is used to determine -Werror default.
@TCL_TRY_TRUE@CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
@TCL_TRY_TRUE@EXTRA_DEJAGNU_SITE_CONFIG = development.exp
-@BUILD_INFO_TRUE@libctf_TEXINFOS = $(info_TEXINFOS)
@BUILD_INFO_TRUE@AM_MAKEINFOFLAGS = --no-split
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-am
diff --git a/libctf/doc/local.mk b/libctf/doc/local.mk
index 7ee2fec78cc7..db319c226766 100644
--- a/libctf/doc/local.mk
+++ b/libctf/doc/local.mk
@@ -18,7 +18,6 @@
#
info_TEXINFOS += %D%/ctf-spec.texi
-libctf_TEXINFOS = $(info_TEXINFOS)
AM_MAKEINFOFLAGS = --no-split
--
2.33.0
More information about the Binutils
mailing list