From d98973dbdd5a85b6c8a8556d5bd5c9903e2d2ee6 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 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,%,)