summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/Makefile.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-11-12 12:02:25 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-11-12 12:02:25 +0000
commitf5c4d1df6475f098e051b5c8a71ce506a2c0d802 (patch)
tree32429af423931c46440d075d4ad4cd1642efc17f /Build/source/texk/web2c/Makefile.in
parentf39d0edfc73ca4a955b7ccbae642a6bb3f639f64 (diff)
texk/web2c build system: Replace o_tangle => al_tangle
git-svn-id: svn://tug.org/texlive/trunk@28237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.in')
-rw-r--r--Build/source/texk/web2c/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in
index 872f0679975..1d693493c5a 100644
--- a/Build/source/texk/web2c/Makefile.in
+++ b/Build/source/texk/web2c/Makefile.in
@@ -1732,7 +1732,6 @@ tie = WEBINPUTS=.:$(srcdir) $(buildenv) $(TIE)
# Calling tangle & Co. via tangle-sh (several output files)
texmf_tangle = WEBINPUTS=.:$(srcdir) $(SHELL) ./tangle-sh $@ $(TANGLE)
-o_tangle = WEBINPUTS=.:$(srcdir) $(SHELL) ./tangle-sh $@ $(OTANGLE)
# For trip, trap, and other tests
DIFF = diff
@@ -2674,6 +2673,7 @@ OMFONTS_tests = omegaware/level1.test omegaware/ofonts.test \
omegaware/omfonts.test omegaware/realnum.test omegaware/repeat.test \
omegaware/selectfont.test omegaware/specialhex.test
+al_tangle = WEBINPUTS=.:$(srcdir) $(SHELL) ./tangle-sh $@ $(OTANGLE)
# With --enable-ipc, Aleph may need to link with -lsocket.
aleph_LDADD = $(LDADD) $(ipc_socketlibs)
@@ -10366,9 +10366,9 @@ aleph-pool.c: aleph.pool alephd.h $(makecpool_stamp)
# Tangling Aleph
aleph.p aleph.pool: aleph-tangle
- @$(o_tangle) aleph aleph
+ @$(al_tangle) aleph aleph
aleph-tangle: otangle$(EXEEXT) aleph.web aleph.ch tangle-sh
- @$(o_tangle) aleph aleph
+ @$(al_tangle) aleph aleph
aleph.web: tie$(EXEEXT) $(aleph_web_srcs)
$(tie) -m aleph.web $(aleph_web_srcs)
aleph.ch: tie$(EXEEXT) aleph.web $(aleph_ch_srcs)