From 5fe3004032c3a0ebc518b9de52d3d252e699542b Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 7 Jul 2015 11:25:46 +0000 Subject: 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 --- Build/source/texk/ttf2pk2/ChangeLog | 4 ++++ Build/source/texk/ttf2pk2/Makefile.am | 3 ++- Build/source/texk/ttf2pk2/Makefile.in | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/ttf2pk2') diff --git a/Build/source/texk/ttf2pk2/ChangeLog b/Build/source/texk/ttf2pk2/ChangeLog index 98b0fafe29e..fd892ef5643 100644 --- a/Build/source/texk/ttf2pk2/ChangeLog +++ b/Build/source/texk/ttf2pk2/ChangeLog @@ -1,3 +1,7 @@ +2015-07-07 Peter Breitenlohner + + * Makefile.am: Better dependencies for 'make check'. + 2014-06-20 Peter Breitenlohner * ligkern.c, parse.c, subfont.c, ttf2pk.c, vplaux.c: Avoid diff --git a/Build/source/texk/ttf2pk2/Makefile.am b/Build/source/texk/ttf2pk2/Makefile.am index f641b28aab5..eed0d2d22c8 100644 --- a/Build/source/texk/ttf2pk2/Makefile.am +++ b/Build/source/texk/ttf2pk2/Makefile.am @@ -1,6 +1,6 @@ ## Makefile.am for the TeX Live subdirectory texk/ttf2pk2/ ## -## Copyright (C) 2011-2014 Peter Breitenlohner +## Copyright (C) 2011-2015 Peter Breitenlohner ## You may freely use, modify and/or distribute this file. ## AM_CPPFLAGS = -I$(top_srcdir)/include $(KPATHSEA_INCLUDES) $(FREETYPE2_INCLUDES) @@ -97,6 +97,7 @@ dist_sfddata_DATA = \ ## Tests. ## TESTS = tests/ttf2pk.test +tests/ttf2pk.log: ttf2pk$(EXEEXT) ttf2tfm$(EXEEXT) EXTRA_DIST = $(TESTS) ## tests/ttf2pk.test EXTRA_DIST += tests/GenR102.ttf tests/gentium-ec.enc tests/ttf2pk.cfg \ diff --git a/Build/source/texk/ttf2pk2/Makefile.in b/Build/source/texk/ttf2pk2/Makefile.in index f637dfe0bf9..525b86d76e6 100644 --- a/Build/source/texk/ttf2pk2/Makefile.in +++ b/Build/source/texk/ttf2pk2/Makefile.in @@ -1472,6 +1472,7 @@ config.force: $(KPATHSEA_DEPEND) $(FREETYPE2_DEPEND) @KPATHSEA_RULE@ @FREETYPE2_RULE@ +tests/ttf2pk.log: ttf2pk$(EXEEXT) ttf2tfm$(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. -- cgit v1.2.3