summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/am/bootstrap.am
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-02-17 11:40:54 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-02-17 11:40:54 +0000
commit04176e4b2a7a8605c6c25bf494fc06c580235324 (patch)
tree619ff5718544ce66498b364ae83282d787440eb0 /Build/source/texk/web2c/am/bootstrap.am
parent35961b1b7a2c4aa50dbf5cee7b5819573525e143 (diff)
[CWEB] Main CWEB modules depend on COMMON interface.
git-svn-id: svn://tug.org/texlive/trunk@57770 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/am/bootstrap.am')
-rw-r--r--Build/source/texk/web2c/am/bootstrap.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/am/bootstrap.am b/Build/source/texk/web2c/am/bootstrap.am
index 5199f430e26..63717703ae3 100644
--- a/Build/source/texk/web2c/am/bootstrap.am
+++ b/Build/source/texk/web2c/am/bootstrap.am
@@ -62,12 +62,11 @@ nodist_ctangle_SOURCES = ctangle.c cweb.c
# ctangle.c and cweb.c are special cases, since they are needed to compile
# themselves. We depend on ctangleboot, even though we might not use it.
ctangleboot = AM_V_P=$(AM_V_P) $(SHELL) ./ctangleboot-sh $@
-ctangle.c: ctangleboot$(EXEEXT) cwebdir/comm-w2c.h cwebdir/ctangle.w cwebdir/ctang-w2c.ch ctangleboot-sh
+ctangle.c: common-ctangle cwebdir/ctangle.w cwebdir/ctang-w2c.ch
@$(ctangleboot) ctangle ctang-w2c
-cweb.c: common-ctangle
- @$(ctangleboot) common comm-w2c cweb.c
-common-ctangle: ctangleboot$(EXEEXT) cwebdir/common.w cwebdir/comm-w2c.ch ctangleboot-sh
+cweb.c: common-ctangle cwebdir/common.w cwebdir/comm-w2c.ch
@$(ctangleboot) common comm-w2c cweb.c
+common-ctangle: ctangleboot$(EXEEXT) cwebdir/comm-w2c.h ctangleboot-sh
EXTRA_DIST += cwebdir
NEVER_DIST += cwebdir/cweave.log cwebdir/cweave.trs
NEVER_DIST += cwebdir/ctwill.log cwebdir/ctwill.trs