summaryrefslogtreecommitdiff
path: root/Build/source/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/Makefile.in')
-rw-r--r--Build/source/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index e2a5201244f..b1f37381c13 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -731,11 +731,12 @@ dist-hook:
rm -rf `find $(distdir) -name .svn`
# This is the default target for the Build script in TeX Live.
-#
-# run texlinks here since the binaries won't be there
+.PHONY: world
+# Run texlinks here since the binaries won't be there
# at install-data, and fmtutil.cnf won't be there at install-exec,
# and there is no install-hook or install-local.
-world: all install-strip
+world: all
+ $(MAKE) $(AM_MAKEFLAGS) install-strip
echo "top-level make $@: running texlinks ..."
cd texk/tetex && $(MAKE) $(AM_MAKEFLAGS) run-texlinks
@echo "make $@ done."