summaryrefslogtreecommitdiff
path: root/Build/source/am
diff options
context:
space:
mode:
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