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:
parent
b0b0d07b13
commit
baaac31655
|
@ -43,4 +43,4 @@ SUBSTFILES =
|
||||||
CLEANFILES += $(SUBSTFILES)
|
CLEANFILES += $(SUBSTFILES)
|
||||||
dist_noinst_DATA += $(SUBSTFILES:=.in)
|
dist_noinst_DATA += $(SUBSTFILES:=.in)
|
||||||
|
|
||||||
$(call SUBST,%,)
|
$(SUBSTFILES): $(call SUBST,%,)
|
||||||
|
|
Loading…
Reference in New Issue