summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/eptexdir/am/eptex.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/eptexdir/am/eptex.am')
-rw-r--r--Build/source/texk/web2c/eptexdir/am/eptex.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/eptexdir/am/eptex.am b/Build/source/texk/web2c/eptexdir/am/eptex.am
index 579e7542892..b3837a3a4ea 100644
--- a/Build/source/texk/web2c/eptexdir/am/eptex.am
+++ b/Build/source/texk/web2c/eptexdir/am/eptex.am
@@ -1,6 +1,6 @@
## texk/web2c/eptexdir/am/eptex.am: Makefile fragment for e-pTeX.
##
-## Copyright (C) 2011-2014 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2011-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
## e-pTeX
@@ -52,7 +52,7 @@ $(srcdir)/eptexdir/eptex_version.h: @MAINTAINER_MODE_TRUE@ eptexdir/eptex.ech
# Generate eptex.web
eptex.web: tie$(EXEEXT) $(eptex_web_srcs)
- $(tie) -m eptex.web $(eptex_web_srcs)
+ $(tie_m) $(eptex_web_srcs)
eptex_web_srcs = \
tex.web \
etexdir/etex.ch \
@@ -62,7 +62,7 @@ eptex_web_srcs = \
# Generate eptex.ch
eptex.ch: tie$(EXEEXT) eptex.web $(eptex_ch_srcs)
- $(tie) -c eptex.ch eptex.web $(eptex_ch_srcs)
+ $(tie_c) eptex.web $(eptex_ch_srcs)
eptex_ch_srcs = \
eptexdir/eptex-base.ch \
eptexdir/etex.ch0 \