mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 10:38:54 +00:00
14 lines
498 B
Diff
14 lines
498 B
Diff
--- ./texk/web2c/Makefile.in.orig 2023-04-28 14:43:24.075795510 +0000
|
|
+++ ./texk/web2c/Makefile.in 2023-04-28 14:45:15.131729620 +0000
|
|
@@ -22096,8 +22096,8 @@
|
|
$(hi_ctangle_sh) hitex
|
|
|
|
# Generating hitables.c using himktables.
|
|
-hitables.c: himktables$(EXEEXT)
|
|
- ./himktables$(EXEEXT) > $@ || { rm -f hitables.c; exit 1; }
|
|
+hitables.c:
|
|
+ $(HIMKTABLES) > $@ || { rm -f hitables.c; exit 1; }
|
|
|
|
# hitex, histretch, and hishrink all need (at least) some
|
|
# of the sources generated from hiformat.w.
|