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.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/Makefile.in b/Build/source/Makefile.in
index 2db0f316a68..79676ef94d4 100644
--- a/Build/source/Makefile.in
+++ b/Build/source/Makefile.in
@@ -62,8 +62,7 @@ install install-exec install-data uninstall: all
# only do this at make install, because the binaries won't be there with
# just install-data, and fmtutil.cnf won't be there with just install-exec.
if test "$@" = install; then \
- echo "top-level make $@: running selfautofix and texlinks ..."; \
- $(srcdir)/selfautofix "$(bindir)" "$(texmf)/web2c"; \
+ echo "top-level make $@: running texlinks ..."; \
cd texk/tetex && $(MAKE) run-texlinks; \
fi