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 <behlendorf1@llnl.gov>
Signed-off-by: Benda Xu <orv@debian.org>
Closes #15980
This commit is contained in:
Benda Xu 2024-04-10 07:34:58 +08:00 committed by GitHub
parent 997f85b4d3
commit d98973dbdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,4 +44,4 @@ SUBSTFILES =
CLEANFILES += $(SUBSTFILES) CLEANFILES += $(SUBSTFILES)
dist_noinst_DATA += $(SUBSTFILES:=.in) dist_noinst_DATA += $(SUBSTFILES:=.in)
$(call SUBST,%,) $(SUBSTFILES): $(call SUBST,%,)