From 2dc78a5f296037350461b7c662d0dd4ebf316424 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 24 Dec 2009 18:58:24 +0000 Subject: do the make check last git-svn-id: svn://tug.org/texlive/trunk@16501 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Build/source/Makefile.am') diff --git a/Build/source/Makefile.am b/Build/source/Makefile.am index d569191eb09..7257b9a539f 100644 --- a/Build/source/Makefile.am +++ b/Build/source/Makefile.am @@ -42,14 +42,14 @@ DIST_SUBDIRS = auxdir/auxsub texk/kpathsea libs utils texk # and there is no install-hook or install-local. world: all ## Serialize 'make all' and 'make install-strip'. - @echo "top-level make $@: running $(check_target)..." - $(MAKE) $(AM_MAKEFLAGS) $(check_target) -## @echo "top-level make $@: running install-strip..." $(MAKE) $(AM_MAKEFLAGS) install-strip ## @echo "top-level make $@: running texlinks in texk/tetex..." cd texk/tetex && $(MAKE) $(AM_MAKEFLAGS) run-texlinks +## + @echo "top-level make $@: running $(check_target)..." + $(MAKE) $(AM_MAKEFLAGS) $(check_target) ## @echo "make $@ done." -- cgit v1.2.3