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