summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-20 22:58:40 +0000
committerKarl Berry <karl@freefriends.org>2018-03-20 22:58:40 +0000
commit3140b870229d907eb83c1801bb4e100a597248be (patch)
treec28365044076bb9180a9f6d37d21cceb38fbfe60 /Build
parent2137e2cf55a91e20c7aada2f2a2983dd87f06cc4 (diff)
remove texlu53c, not worth getting to work
git-svn-id: svn://tug.org/texlive/trunk@47053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/Makefile.in2
-rw-r--r--Build/source/texk/web2c/luatexdir/am/luatex.am5
2 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index 2da84bf0072..f73062a7a52 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -222,7 +222,7 @@ TESTS = tangle.test $(am__EXEEXT_43) ctiedir/ctie.test \
@LUATEX53_TRUE@@WIN32_TRUE@am__append_90 = call_luatex53
@LUATEX53_TRUE@@WIN32_TRUE@am__append_91 = install-luatex53-links
@LUATEX53_TRUE@@WIN32_TRUE@am__append_92 = uninstall-luatex53-links
-@LUATEX53_TRUE@@WIN32_FALSE@am__append_93 = luatex53$(EXEEXT):texlua53 luatex53$(EXEEXT):texlua53c
+@LUATEX53_TRUE@@WIN32_FALSE@am__append_93 = luatex53$(EXEEXT):texlua53
@LUAJITTEX_TRUE@am__append_94 = luajittex
@LUAJITTEX_TRUE@@WIN32_TRUE@am__append_95 = call_luajittex
@LUAJITTEX_TRUE@@WIN32_TRUE@am__append_96 = install-luajittex-links
diff --git a/Build/source/texk/web2c/luatexdir/am/luatex.am b/Build/source/texk/web2c/luatexdir/am/luatex.am
index 048adfa6c85..4482ffe6079 100644
--- a/Build/source/texk/web2c/luatexdir/am/luatex.am
+++ b/Build/source/texk/web2c/luatexdir/am/luatex.am
@@ -1,6 +1,7 @@
## texk/web2c/luatexdir/am/luatex.am: Makefile fragment for luaTeX.
##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2015-2018 LuaTeX team
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
## LuaTeX and LuaJITTeX
@@ -23,7 +24,7 @@ noinst_PROGRAMS += call_luatex53
install_exe_links += install-luatex53-links
uninstall_exe_links += uninstall-luatex53-links
else !WIN32
-bin_links += luatex53$(EXEEXT):texlua53 luatex53$(EXEEXT):texlua53c
+bin_links += luatex53$(EXEEXT):texlua53
endif !WIN32
endif LUATEX53