diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2021-02-17 11:40:54 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2021-02-17 11:40:54 +0000 |
commit | 04176e4b2a7a8605c6c25bf494fc06c580235324 (patch) | |
tree | 619ff5718544ce66498b364ae83282d787440eb0 /Build/source/texk/web2c/Makefile.in | |
parent | 35961b1b7a2c4aa50dbf5cee7b5819573525e143 (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/Makefile.in')
-rw-r--r-- | Build/source/texk/web2c/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/Makefile.in b/Build/source/texk/web2c/Makefile.in index 3bf914b8f73..e623bd7fdde 100644 --- a/Build/source/texk/web2c/Makefile.in +++ b/Build/source/texk/web2c/Makefile.in @@ -21063,12 +21063,11 @@ tangleboot-web2c: tangleboot.p $(web2c_depend) .pin.p: $(cp_silent)cp -f $< $@ $(tangleboot_OBJECTS): $(tangleboot_DEPENDENCIES) -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 $(ctangleboot_OBJECTS): $(ctangleboot_DEPENDENCIES) # ctangleboot.cin and cwebboot.cin are in the distribution .cin.c: |