summaryrefslogtreecommitdiff
path: root/Build/source/texk/afm2pl
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/afm2pl')
-rw-r--r--Build/source/texk/afm2pl/ChangeLog4
-rw-r--r--Build/source/texk/afm2pl/Makefile.am3
-rw-r--r--Build/source/texk/afm2pl/Makefile.in1
3 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/texk/afm2pl/ChangeLog b/Build/source/texk/afm2pl/ChangeLog
index f5288f93ee6..0be8e044ac5 100644
--- a/Build/source/texk/afm2pl/ChangeLog
+++ b/Build/source/texk/afm2pl/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am: Better dependencies for 'make check'.
+
2014-06-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* afm2pl.c: Avoid undefined behaviour when char is signed.
diff --git a/Build/source/texk/afm2pl/Makefile.am b/Build/source/texk/afm2pl/Makefile.am
index 66fdf31049c..fcf7dd829be 100644
--- a/Build/source/texk/afm2pl/Makefile.am
+++ b/Build/source/texk/afm2pl/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/afm2pl/
##
-## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
AM_CPPFLAGS = $(KPATHSEA_INCLUDES)
@@ -33,6 +33,7 @@ EXTRA_DIST = \
## Tests
##
TESTS = afm2pl.test
+afm2pl.log: afm2pl$(EXEEXT)
EXTRA_DIST += $(TESTS)
## afm2pl.test
diff --git a/Build/source/texk/afm2pl/Makefile.in b/Build/source/texk/afm2pl/Makefile.in
index 6a99c2f1041..af4eb55bad4 100644
--- a/Build/source/texk/afm2pl/Makefile.in
+++ b/Build/source/texk/afm2pl/Makefile.in
@@ -1265,6 +1265,7 @@ config.force: $(KPATHSEA_DEPEND)
$(SHELL) ./config.status --recheck
@KPATHSEA_RULE@
+afm2pl.log: afm2pl$(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.