summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttfdump
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/ttfdump')
-rw-r--r--Build/source/texk/ttfdump/ChangeLog4
-rw-r--r--Build/source/texk/ttfdump/Makefile.am1
-rw-r--r--Build/source/texk/ttfdump/Makefile.in1
3 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/ttfdump/ChangeLog b/Build/source/texk/ttfdump/ChangeLog
index 16a35f7b128..c7af707da7d 100644
--- a/Build/source/texk/ttfdump/ChangeLog
+++ b/Build/source/texk/ttfdump/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am: Better dependencies for 'make check'.
+
2015-03-17 Peter Breitenlohner <peb@mppmu.mpg.de>
* include/ttc.h, libttf/ttc.c: Avoid segfault (NULL filename).
diff --git a/Build/source/texk/ttfdump/Makefile.am b/Build/source/texk/ttfdump/Makefile.am
index 6376f7e414d..97a32a6e5ed 100644
--- a/Build/source/texk/ttfdump/Makefile.am
+++ b/Build/source/texk/ttfdump/Makefile.am
@@ -85,6 +85,7 @@ EXTRA_DIST += \
## Tests.
##
TESTS = tests/ttfdump.test
+tests/ttfdump.log: ttfdump$(EXEEXT)
EXTRA_DIST += $(TESTS)
DISTCLEANFILES =
## tests/ttfdump.test
diff --git a/Build/source/texk/ttfdump/Makefile.in b/Build/source/texk/ttfdump/Makefile.in
index e37719af08e..11fae87f4b4 100644
--- a/Build/source/texk/ttfdump/Makefile.in
+++ b/Build/source/texk/ttfdump/Makefile.in
@@ -1465,6 +1465,7 @@ uninstall-man: uninstall-man1
$(libttf_a_OBJECTS): $(KPATHSEA_DEPEND)
@KPATHSEA_RULE@
+tests/ttfdump.log: ttfdump$(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.