From 7398e80020e5236edae446d02716fdf7028c894f Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 9 May 2023 16:57:47 -0500 Subject: [PATCH] No need for recursive expansion as source files are not dynamic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc5aeb7..ca83bea 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ M4_FILES := $(call localize,$(call rwildcard,$(M4_BASEDIR)/,*.m4)) M4_FILES := $(filter-out %epilog.inc.m4, $(M4_FILES)) # Source files that are not m4 -SOURCE_BASE = $(filter-out %$(EMACS_BK_CHR) $(M4_FILES), \ +SOURCE_BASE := $(filter-out %$(EMACS_BK_CHR) $(M4_FILES), \ $(call localize,$(call rwildcard,$(M4_BASEDIR)/,*))) # Already macro-expanded rst files used to generate output -- 2.34.1