summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx
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/utils/m-tx
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/utils/m-tx')
-rw-r--r--Build/source/utils/m-tx/ChangeLog4
-rw-r--r--Build/source/utils/m-tx/Makefile.am1
-rw-r--r--Build/source/utils/m-tx/Makefile.in1
3 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/utils/m-tx/ChangeLog b/Build/source/utils/m-tx/ChangeLog
index fce745bd047..57ea63fe0f8 100644
--- a/Build/source/utils/m-tx/ChangeLog
+++ b/Build/source/utils/m-tx/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am: Better dependencies for 'make check'.
+
2015-02-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Use the fragment ../../am/dist_hook.am.
diff --git a/Build/source/utils/m-tx/Makefile.am b/Build/source/utils/m-tx/Makefile.am
index bae8a2b999f..f0e04273159 100644
--- a/Build/source/utils/m-tx/Makefile.am
+++ b/Build/source/utils/m-tx/Makefile.am
@@ -58,6 +58,7 @@ dist_man1_MANS = prepmx.1
##
TESTS = m-tx.test
EXTRA_DIST += $(TESTS)
+m-tx.log: prepmx$(EXEEXT)
## m-tx.test
EXTRA_DIST += tests/mozart.mtx tests/mozart.pmx
diff --git a/Build/source/utils/m-tx/Makefile.in b/Build/source/utils/m-tx/Makefile.in
index ad56a54467e..46c3b3758e3 100644
--- a/Build/source/utils/m-tx/Makefile.in
+++ b/Build/source/utils/m-tx/Makefile.in
@@ -1264,6 +1264,7 @@ uninstall-man: uninstall-man1
dist-hook:
cd "$(distdir)" && rm -rf $(NEVER_DIST)
+m-tx.log: prepmx$(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.