diff options
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." |