guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/6] Add guile-procedures.txt to BUILT_SOURCES


From: Rob Browning
Subject: [PATCH 3/6] Add guile-procedures.txt to BUILT_SOURCES
Date: Mon, 1 Jul 2024 21:45:17 -0500

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 <rlb@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

[Prev in Thread] Current Thread [Next in Thread]