From 580f0fe18f1d344fa4cd0ebabdf8cac50613dee0 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 38e870b2f501..809eaef2330a 100644 --- a/config/Substfiles.am +++ b/config/Substfiles.am @@ -43,4 +43,4 @@ SUBSTFILES = CLEANFILES += $(SUBSTFILES) dist_noinst_DATA += $(SUBSTFILES:=.in) -$(call SUBST,%,) +$(SUBSTFILES): $(call SUBST,%,)