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 <orv@debian.org>
This commit is contained in:
Benda Xu 2024-03-09 17:37:03 +08:00
parent 162cc80b81
commit e7f05f7397
1 changed files with 1 additions and 1 deletions

View File

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