diff options
Diffstat (limited to 'Build/source/utils/m-tx')
-rw-r--r-- | Build/source/utils/m-tx/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/utils/m-tx/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/utils/m-tx/Makefile.in | 1 |
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. |