summaryrefslogtreecommitdiff
path: root/Build/source/texk/tetex/Makefile.am
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-04-28 17:41:52 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-04-28 17:41:52 +0000
commit0a57dd2dbaa4e7f57e140eee2daf7b43b9bc377d (patch)
treeaace7f647a6e06945156fb5ef8037fbec595ae6c /Build/source/texk/tetex/Makefile.am
parent153b1710f3bf4708f349630e311279ce36e41904 (diff)
Fix problems with texlinks during mingw cross-build.
git-svn-id: svn://tug.org/texlive/trunk@18035 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/Makefile.am')
-rw-r--r--Build/source/texk/tetex/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/tetex/Makefile.am b/Build/source/texk/tetex/Makefile.am
index b7c7cee7f57..96db48ec8ff 100644
--- a/Build/source/texk/tetex/Makefile.am
+++ b/Build/source/texk/tetex/Makefile.am
@@ -155,7 +155,8 @@ EXTRA_DIST += \
## fmtutil.cnf file to use for the sake of distro builds.
## We pass along the executable extension for the sake of cygwin, so we
## don't create dangling symlinks there (even though they work).
-run_texlinks = $(bindir)/texlinks -v -f $(web2cdir)/fmtutil.cnf -e "$(EXEEXT)"
+run_texlinks = $(bindir)/texlinks -v -f $(web2cdir)/fmtutil.cnf \
+ -e "$(EXEEXT)" $(bindir)
run-texlinks:
PATH="$(bindir):$(PATH)"; export PATH; $(run_texlinks)