summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/Makefile.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-15 22:18:29 +0000
committerKarl Berry <karl@freefriends.org>2022-01-15 22:18:29 +0000
commitaaf669cf96abc48db4abe6de33e7620e224bd426 (patch)
tree8e9f2ad30f2071336c05a211e05b653d53ff11c4 /Build/source/texk/web2c/Makefile.in
parent4ed116afca463abf5d7fa6f096772e2b7a3a3e94 (diff)
libweb2c.a instead of -L. -l web2c
git-svn-id: svn://tug.org/texlive/trunk@61619 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r--Build/source/texk/web2c/Makefile.in17
1 files changed, 9 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index ee84cb64eaa..60089383c16 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -22203,26 +22203,27 @@ euptrip-clean:
hiall: hitex hishrink histretch
$(hiformat_c_h_l_y): hiformat-tangle
- $(hi_ctangle_sh) hiformat
+
#
hiformat-tangle: ctangle$(EXEEXT) hitexdir/hiformat.w tangle-sh
$(hi_ctangle_sh) hiformat
$(hitex_c): hitex-tangle
- $(hi_ctangle_sh) hitex
+
#
hitex-tangle: ctangle$(EXEEXT) hitexdir/hitex.w tangle-sh
$(hi_ctangle_sh) hitex
# Generating hitables.c using himktables.
-hitables.c: himktables
- ./himktables$(EXEEXT) > $@ || { rm -f hitables.c; exit 1; }
+hitables.c: himktables$(EXEEXT)
+ ./himktables > $@ || { rm -f hitables.c; exit 1; }
-# hitex and hishrink both need (at least) some of the sources generated
-# from hiformat.w.
+# hitex, histretch, and hishrink all need (at least) some
+# of the sources generated from hiformat.w.
#
-$(hitex_OBJECTS): $(hiformat_c_h_l_y)
-$(hishrink_OBJECTS): $(hiformat_c_h_l_y)
+$(hitex_OBJECTS): hiformat-tangle
+$(hishrink_OBJECTS): hiformat-tangle
+$(histretch_OBJECTS): hiformat-tangle
hitexdir/tests/hello.log: hitex$(EXEEXT) histretch$(EXEEXT)
hitexdir/tests/rule.log: hitex$(EXEEXT) histretch$(EXEEXT) hishrink$(EXEEXT)