diff options
author | Karl Berry <karl@freefriends.org> | 2009-06-01 18:48:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-06-01 18:48:30 +0000 |
commit | 0a24b5c2f300af1873202c13f53053a31b867625 (patch) | |
tree | 6edbbace283ebaf6f7954e46aa527d4998bffbc7 /Build/source/Makefile.am | |
parent | 537f5335cc95f310379ac3e3836e948c76a28e2c (diff) |
do not echo the echo
git-svn-id: svn://tug.org/texlive/trunk@13563 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.am')
-rw-r--r-- | Build/source/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index bdb2dddc7d2..83d0ace9cad 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -40,7 +40,7 @@ world: all ## Serialize 'make all' and 'make install-strip'. $(MAKE) $(AM_MAKEFLAGS) install-strip ## - echo "top-level make $@: running texlinks ..." + @echo "top-level make $@: running texlinks in texk/tetex..." cd texk/tetex && $(MAKE) $(AM_MAKEFLAGS) run-texlinks ## @echo "make $@ done." |