aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gmail.com>2024-04-09 23:34:58 +0000
committerGitHub <noreply@github.com>2024-04-09 23:34:58 +0000
commitd98973dbdd5a85b6c8a8556d5bd5c9903e2d2ee6 (patch)
tree98aa4d9489132fd0ee10f053ed6a3615ee7e4003
parent997f85b4d3123286a584bbd3aaac3077a8067abb (diff)
downloadsrc-d98973dbdd5a85b6c8a8556d5bd5c9903e2d2ee6.tar.gz
src-d98973dbdd5a85b6c8a8556d5bd5c9903e2d2ee6.zip
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
-rw-r--r--config/Substfiles.am2
1 files changed, 1 insertions, 1 deletions
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,%,)