summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2022-10-04 17:47:53 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2022-10-04 17:47:53 +0000
commit9996076476ac79d1c122e5b889032794ee9c4f93 (patch)
treedfe6494f7d9245f85000b3e4e93e68f5a316bff7 /Build/source/texk/web2c
parentaca49f2b7db322f8fa946c34d68aceeee8ea1986 (diff)
hitex: fixed exe extension for cross-compiling
git-svn-id: svn://tug.org/texlive/trunk@64607 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/Makefile.in2
-rw-r--r--Build/source/texk/web2c/hitexdir/am/hitex.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index 22fc67c8b0d..8a38b466bcc 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -22350,7 +22350,7 @@ hitex-tangle: ctangle$(EXEEXT) hitexdir/hitex.w tangle-sh
# Generating hitables.c using himktables.
hitables.c: himktables$(EXEEXT)
- ./himktables > $@ || { rm -f hitables.c; exit 1; }
+ ./himktables$(EXEEXT) > $@ || { rm -f hitables.c; exit 1; }
# hitex, histretch, and hishrink all need (at least) some
# of the sources generated from hiformat.w.
diff --git a/Build/source/texk/web2c/hitexdir/am/hitex.am b/Build/source/texk/web2c/hitexdir/am/hitex.am
index 94070a15861..21335a10904 100644
--- a/Build/source/texk/web2c/hitexdir/am/hitex.am
+++ b/Build/source/texk/web2c/hitexdir/am/hitex.am
@@ -75,7 +75,7 @@ hitex-tangle: ctangle$(EXEEXT) hitexdir/hitex.w tangle-sh
# Generating hitables.c using himktables.
hitables.c: himktables$(EXEEXT)
- ./himktables > $@ || { rm -f hitables.c; exit 1; }
+ ./himktables$(EXEEXT) > $@ || { rm -f hitables.c; exit 1; }
# hitex
nodist_hitex_SOURCES = hitables.c hiput.c $(hitex_c)