diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-12-29 14:32:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-12-29 14:32:45 +0000 |
commit | 9da2af345bbc3848d181319a77b830c77034ae1e (patch) | |
tree | 74832eb1c57486b7ce18e0d987150cbdf42876a9 /Build/source/texk/dvipsk/Makefile.am | |
parent | a7c9a7ff1a6d0925eafe21175304c494e266b319 (diff) |
build system: Enable "silent rules" (see Automake manual)
git-svn-id: svn://tug.org/texlive/trunk@28654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/Makefile.am')
-rw-r--r-- | Build/source/texk/dvipsk/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/dvipsk/Makefile.am b/Build/source/texk/dvipsk/Makefile.am index 06814e00995..8b9bffcdfac 100644 --- a/Build/source/texk/dvipsk/Makefile.am +++ b/Build/source/texk/dvipsk/Makefile.am @@ -87,7 +87,7 @@ prologdir = $(datarootdir)/texmf/dvips/base prologues = $(dist_prologues:.lpro=.pro) texc.pro texc.lpro: texc.script tex.lpro - $(SHELL) $(srcdir)/texc.script $(srcdir)/tex.lpro $@ + $(AM_V_GEN)$(SHELL) $(srcdir)/texc.script $(srcdir)/tex.lpro $@ SUFFIXES = .pro .lpro @@ -95,7 +95,7 @@ SUFFIXES = .pro .lpro # if running squeeze fails for some reason. A dependency on squeeze # fails here, so we include it below. .lpro.pro: - squeeze/squeeze <$< >t-$@ && mv t-$@ $@ + $(AM_V_GEN)squeeze/squeeze <$< >t-$@ && mv t-$@ $@ # When cross-compiling, EXEEXT for the build and host systems may differ. # Thus we depend on the auxiliary file squeeze/stamp-squeeze. |