summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/eptexdir/am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2015-07-10 09:42:52 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2015-07-10 09:42:52 +0000
commit29257ccc28919fcb506e6582fa5078ed0e542f70 (patch)
treeb496bed4f943710ee6abb20302b43bbadf6bb4a7 /Build/source/texk/web2c/eptexdir/am
parent116014c0fb6d1b6bce11288c0d39c0f1aeb7cc4e (diff)
Build system: Better dependencies for 'make check'
git-svn-id: svn://tug.org/texlive/trunk@37824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/eptexdir/am')
-rw-r--r--Build/source/texk/web2c/eptexdir/am/eptex.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/eptexdir/am/eptex.am b/Build/source/texk/web2c/eptexdir/am/eptex.am
index d2bef7f57c1..450699518a9 100644
--- a/Build/source/texk/web2c/eptexdir/am/eptex.am
+++ b/Build/source/texk/web2c/eptexdir/am/eptex.am
@@ -10,12 +10,6 @@ bin_PROGRAMS += eptex
endif EPTEX
EXTRA_PROGRAMS += eptex
-# e-pTeX Tests
-#
-eptex_tests = eptexdir/eptriptest
-
-EXTRA_DIST += $(eptex_tests)
-
eptex_CPPFLAGS = $(PTEXENC_INCLUDES) $(AM_CPPFLAGS) -I$(srcdir)/libmd5
# With --enable-ipc, e-pTeX may need to link with -lsocket.
@@ -85,9 +79,15 @@ EXTRA_DIST += \
eptexdir/Changes.txt \
eptexdir/README.txt
+# e-pTeX Tests
+#
+eptex_tests = eptexdir/eptriptest.test
+eptexdir/eptriptest.log: eptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT)
+
+EXTRA_DIST += $(eptex_tests)
+
if EPTEX
TESTS += $(eptex_tests)
-check_PROGRAMS += dvitype pltotf tftopl
TRIPTRAP += eptrip.diffs
TRIPTRAP_CLEAN += eptrip-clean
endif EPTEX
@@ -100,7 +100,7 @@ EXTRA_DIST += \
eptexdir/eptrip/eptrip.log \
eptexdir/eptrip/eptrip.tex \
eptexdir/eptrip/texmf.cnf
-eptrip.diffs: eptex$(EXEEXT)
+eptrip.diffs: eptex$(EXEEXT) dvitype$(EXEEXT) pltotf$(EXEEXT) tftopl$(EXEEXT)
$(triptrap_diffs) $@
.PHONY: eptrip-clean
eptrip-clean: