From ba4ba9711a1356909275196c2abfd33f7d0950a6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 2 Dec 2021 23:13:15 -0500 Subject: 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. --- libctf/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'libctf/Makefile.am') 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 -- cgit v1.1