summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-29 14:32:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-12-29 14:32:45 +0000
commit9da2af345bbc3848d181319a77b830c77034ae1e (patch)
tree74832eb1c57486b7ce18e0d987150cbdf42876a9 /Build/source/texk/kpathsea/Makefile.am
parenta7c9a7ff1a6d0925eafe21175304c494e266b319 (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/kpathsea/Makefile.am')
-rw-r--r--Build/source/texk/kpathsea/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am
index 627538d4822..016aaed0ee2 100644
--- a/Build/source/texk/kpathsea/Makefile.am
+++ b/Build/source/texk/kpathsea/Makefile.am
@@ -205,12 +205,12 @@ stamp-paths: texmf.cnf bsnl.awk cnf-to-paths.awk
date >$@
kpathsea.h: Makefile paths.h
- rm -f $@
- echo '/* This is a generated file */' >$@
- echo '/* collecting all public kpathsea headers. */' >>$@
- for f in config.h c-auto.h paths.h $(normal_headers); do \
- echo "#include <kpathsea/$$f>" >>$@; \
- done
+ $(AM_V_GEN)rm -f $@; \
+ ( echo '/* This is a generated file */'; \
+ echo '/* collecting all public kpathsea headers. */'; \
+ for f in config.h c-auto.h paths.h $(normal_headers); do \
+ echo "#include <kpathsea/$$f>"; \
+ done ) >$@
EXTRA_DIST += bsnl.awk cnf-to-paths.awk