X-Git-Url: https://git.distorted.org.uk/~mdw/misc/blobdiff_plain/d701a490085a18f3ace4c95857b911fd7a0f7524..99acf5cd9f964d9d42eebed4a27215cda3c57178:/Makefile.am diff --git a/Makefile.am b/Makefile.am index e46fe11..c908472 100644 --- a/Makefile.am +++ b/Makefile.am @@ -151,9 +151,9 @@ dist_sbin_SCRIPTS = ## Making substitutions. confsubst = $(top_srcdir)/config/confsubst -V_SUBST = $(V_SUBST_$(V)) -V_SUBST_ = $(V_SUBST_$(AM_DEFAULT_VERBOSITY)) -V_SUBST_0 = @echo " SUBST $@"; +V_SUBST = $(V_SUBST_@AM_V@) +V_SUBST_ = $(V_SUBST_@AM_DEFAULT_V@) +V_SUBST_0 = @echo " SUBST $@"; SUBST = $(V_SUBST)$(confsubst) SUBSTITUTIONS = \ PACKAGE=$(PACKAGE) VERSION=$(VERSION) \