From e7f05f73974f55236258a765e9d78acdad07a58a Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Sat, 9 Mar 2024 17:37:03 +0800 Subject: [PATCH] config/Substfiles.am: restrict to the dedicated list. We recover the scope of $(SUBSTFILES) to explicitly control what files are being generated from the corresponding .in. Signed-off-by: Benda Xu --- config/Substfiles.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Substfiles.am b/config/Substfiles.am index 18422bf64301..2459637abe6e 100644 --- a/config/Substfiles.am +++ b/config/Substfiles.am @@ -44,4 +44,4 @@ SUBSTFILES = CLEANFILES += $(SUBSTFILES) dist_noinst_DATA += $(SUBSTFILES:=.in) -$(call SUBST,%,) +$(SUBSTFILES): $(call SUBST,%,)