summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/omegafonts/Makefile.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-07-07 11:25:46 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-07-07 11:25:46 +0000
commit5fe3004032c3a0ebc518b9de52d3d252e699542b (patch)
tree5bb07e07b2b1135e4403fe72b891524b3c1891af /Build/source/texk/web2c/omegafonts/Makefile.in
parent754e9c2248c33e0f7b6e859f7337789acf742a9d (diff)
Build system: Better dependencies for 'make check' in utils/*/ and texk/*/
git-svn-id: svn://tug.org/texlive/trunk@37788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/omegafonts/Makefile.in')
-rw-r--r--Build/source/texk/web2c/omegafonts/Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/omegafonts/Makefile.in b/Build/source/texk/web2c/omegafonts/Makefile.in
index 725b32bf5ba..8ab40abb3f0 100644
--- a/Build/source/texk/web2c/omegafonts/Makefile.in
+++ b/Build/source/texk/web2c/omegafonts/Makefile.in
@@ -1356,6 +1356,15 @@ uninstall-bin-links:
@OTANGLE_TRUE@@WIN32_TRUE@ for f in $(linked_programs); do \
@OTANGLE_TRUE@@WIN32_TRUE@ rm -f $(DESTDIR)$(bindir)/$$f$(EXEEXT); \
@OTANGLE_TRUE@@WIN32_TRUE@ done
+bad.log charwd.log check.log help.log level1.log ligkern.log \
+ ofonts.log overbmp.log realnum.log repeat.log \
+ selectfont.log specialhex.log version.log: omfonts$(EXEEXT)
+omfonts.log: omfonts$(EXEEXT) ../pltotf$(EXEEXT) ../tftopl$(EXEEXT)
+shorten.log yannis.log: omfonts$(EXEEXT) ../pltotf$(EXEEXT)
+../pltotf$(EXEEXT):
+ cd .. && $(MAKE) $(AM_MAKEFLAGS) pltotf$(EXEEXT)
+../tftopl$(EXEEXT):
+ cd .. && $(MAKE) $(AM_MAKEFLAGS) tftopl$(EXEEXT)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.