summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-02 12:42:30 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-02 12:42:30 +0000
commitfa4f992c25c38ef0dec164173d7b2665f72881d4 (patch)
tree223be65d56a3e7ea54ded7c624799390cb0002f7 /Build/source/texk/web2c/Makefile.am
parent83ac1d512d846f4095288b909d97fa492fd4b9bf (diff)
texk/web2c: Output from convert is (non)verbose
git-svn-id: svn://tug.org/texlive/trunk@32547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.am')
-rw-r--r--Build/source/texk/web2c/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/Makefile.am b/Build/source/texk/web2c/Makefile.am
index daecdb0e460..3e65ceb78ad 100644
--- a/Build/source/texk/web2c/Makefile.am
+++ b/Build/source/texk/web2c/Makefile.am
@@ -40,7 +40,7 @@ dist-hook:
NEVER_DIST = `find . -name .svn`
## The sh script that does the conversion.
-web2c = $(SHELL) ./web2c-sh $@
+web2c = AM_V_P=$(AM_V_P) $(SHELL) ./web2c-sh $@
## We put this in the web2c directory because it runs on the build system, it
## is separate from (and simpler than) the actual web-to-C conversion programs.