Add guile-procedures.txt to BUILT_SOURCES to ensure it's available to
tests.  Without this, a "make check" from a clean checkout the
"bit-extract documented?" test in bit-operations.test will fail.

* Makefile.am (BUILT_SOURCES): add guile-procedures.txt

Signed-off-by: Rob Browning <r...@defaultvalue.org>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index c74761628..0df074475 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,6 +59,7 @@ libguile/scmconfig.h:
 
 # Build it from here so that all the modules are compiled by the time we
 # build it.
+BUILT_SOURCES += libguile/guile-procedures.txt
 libguile/guile-procedures.txt: libguile/guile-procedures.texi
        $(AM_V_GEN)                                             \
        $(top_builddir)/meta/guile --no-auto-compile            \
-- 
2.43.0


Reply via email to