diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-02-13 09:45:37 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2021-02-13 09:45:37 +0000 |
commit | 29a53021f09a33510bfc86395b70476368e85b7f (patch) | |
tree | 295b722320aa5fdb70af5e0ae34e2751b0082155 /Build/source/texk/web2c/Makefile.in | |
parent | 3f810b92c78abba65b46c392c00f24cb85fbc5e6 (diff) |
Support \tracingstacklevels in [e][u]pTeX (H. Kitagawa)
git-svn-id: svn://tug.org/texlive/trunk@57726 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index 369c3f0b281..fc0fb3d0997 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -4302,6 +4302,7 @@ ptex_prereq = ptexd.h ptexdir/ptex_version.h $(am__append_135) ptex_web_srcs = \ tex.web \ tex.ch \ + tracingstacklevels.ch \ zlib-fmt.ch ptex_ch_srcs = \ @@ -4361,6 +4362,7 @@ eptex_web_srcs = \ etexdir/etex.ch \ etexdir/tex.ch0 \ tex.ch \ + tracingstacklevels.ch \ zlib-fmt.ch \ etexdir/tex.ech @@ -4405,6 +4407,7 @@ uptex_prereq = uptexd.h ptexdir/ptex_version.h \ uptex_web_srcs = \ tex.web \ tex.ch \ + tracingstacklevels.ch \ zlib-fmt.ch uptex_ch_srcs = \ @@ -4469,6 +4472,7 @@ euptex_web_srcs = \ etexdir/etex.ch \ etexdir/tex.ch0 \ tex.ch \ + tracingstacklevels.ch \ zlib-fmt.ch \ etexdir/tex.ech |