diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-12 12:02:25 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-12 12:02:25 +0000 |
commit | f5c4d1df6475f098e051b5c8a71ce506a2c0d802 (patch) | |
tree | 32429af423931c46440d075d4ad4cd1642efc17f /Build/source/texk/web2c/alephdir/am/aleph.am | |
parent | f39d0edfc73ca4a955b7ccbae642a6bb3f639f64 (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/alephdir/am/aleph.am')
-rw-r--r-- | Build/source/texk/web2c/alephdir/am/aleph.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/alephdir/am/aleph.am b/Build/source/texk/web2c/alephdir/am/aleph.am index 28649b0e814..0368e34594b 100644 --- a/Build/source/texk/web2c/alephdir/am/aleph.am +++ b/Build/source/texk/web2c/alephdir/am/aleph.am @@ -1,6 +1,6 @@ ## texk/web2c/alephdir/am/aleph.am: Makefile fragment for Aleph. ## -## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## Aleph @@ -10,6 +10,8 @@ bin_PROGRAMS += aleph endif ALEPH EXTRA_PROGRAMS += aleph +al_tangle = WEBINPUTS=.:$(srcdir) $(SHELL) ./tangle-sh $@ $(OTANGLE) + # With --enable-ipc, Aleph may need to link with -lsocket. aleph_LDADD = $(LDADD) $(ipc_socketlibs) @@ -37,9 +39,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 # Generate aleph.web aleph_web_srcs = \ |