diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-24 18:58:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-24 18:58:24 +0000 |
commit | 2dc78a5f296037350461b7c662d0dd4ebf316424 (patch) | |
tree | 86bcf66ea0f679df6dd286900728c0f73ba44889 /Build/source/Makefile.in | |
parent | a2eb7858f36f976971477d13bc9e87b40b554a31 (diff) |
do the make check last
git-svn-id: svn://tug.org/texlive/trunk@16501 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r-- | Build/source/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in index 3e73eb1fa87..27955dc7cc4 100644 --- a/Build/source/Makefile.in +++ b/Build/source/Makefile.in @@ -831,12 +831,12 @@ dist-hook: # at install-data, and fmtutil.cnf won't be there at install-exec, # and there is no install-hook or install-local. world: all - @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." skip: .PHONY: skip |