aboutsummaryrefslogtreecommitdiff
path: root/libctf/Makefile.am
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-12-02 23:13:15 -0500
committerMike Frysinger <vapier@gentoo.org>2021-12-02 23:26:18 -0500
commitba4ba9711a1356909275196c2abfd33f7d0950a6 (patch)
treeb1250ccd31f8e134ea9bd1b77956c624bf81ec54 /libctf/Makefile.am
parent066624ff52714cb533aace0633a37928b96dcdb9 (diff)
downloadgdb-ba4ba9711a1356909275196c2abfd33f7d0950a6.zip
gdb-ba4ba9711a1356909275196c2abfd33f7d0950a6.tar.gz
gdb-ba4ba9711a1356909275196c2abfd33f7d0950a6.tar.bz2
libctf: workaround automake bug with conditional info pages
It looks like automake makes assumptions about its ability to build info pages based on the GNU standard behavior of shipping info pages with the distributions. So even though the info pages were conditionalized, and automake disabled some of the targets, it was still creeping in by way of unconditional INFO_DEPS settings. We can workaround this by adding a stub target for the info page when building info pages are disabled. This tricks automake into disabling its own extended generation target. I'll follow up with the automake folks to see what they think.
Diffstat (limited to 'libctf/Makefile.am')
-rw-r--r--libctf/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/libctf/Makefile.am b/libctf/Makefile.am
index 3e51b7b..8d31701 100644
--- a/libctf/Makefile.am
+++ b/libctf/Makefile.am
@@ -114,6 +114,4 @@ EXTRA_DEJAGNU_SITE_CONFIG = development.exp
DISTCLEANFILES += site.exp development.exp
endif
-if BUILD_INFO
include doc/local.mk
-endif