summaryrefslogtreecommitdiff
path: root/Build/source/am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-11-17 12:28:11 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-11-17 12:28:11 +0000
commitf9abbd4480558852ac23ae084ffdfe7314c85055 (patch)
treee5e9166ac8da83f93fd93814718574343b015b9f /Build/source/am
parentc7e0b092294e4f2c5a1accbd07694c7e42017bbd (diff)
Build system: Use 64-bit Windows wrapper binaries for 64-bit MinGW
git-svn-id: svn://tug.org/texlive/trunk@35596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/am')
-rw-r--r--Build/source/am/script_links.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/am/script_links.am b/Build/source/am/script_links.am
index 102d56707d0..e12e09edc9c 100644
--- a/Build/source/am/script_links.am
+++ b/Build/source/am/script_links.am
@@ -1,6 +1,6 @@
## am/script_links.am: Makefile fragment for lua/perl/shell script links.
##
-## Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2011-2014 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
## Install/uninstall 'linked scripts' or win32 wrappers:
@@ -29,7 +29,7 @@ if WIN32_WRAP
## We treat the WIN32 wrappers as SCRIPTS to avoid automatic build rules
wrappers = $(all_scripts:=.exe)
nodist_bin_SCRIPTS += $(wrappers)
-runscript = $(top_srcdir)/../../texk/texlive/w32_wrapper/runscript.exe
+runscript = $(top_srcdir)/../../texk/texlive/$(WIN_WRAPPER)/runscript.exe
$(wrappers): $(runscript)
$(AM_V_GEN)$(LN_S) $(runscript) $@
endif WIN32_WRAP