From baaac316554273f84c8bec06bddb7c5a09967c09 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Wed, 10 Apr 2024 07:34:58 +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. Reviewed-by: Brian Behlendorf Signed-off-by: Benda Xu Closes #15980 --- config/Substfiles.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Substfiles.am b/config/Substfiles.am index 38e870b2f5..809eaef233 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,%,)