summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/otps
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/texk/web2c/otps
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/texk/web2c/otps')
-rw-r--r--Build/source/texk/web2c/otps/ChangeLog4
-rw-r--r--Build/source/texk/web2c/otps/Makefile.am2
-rw-r--r--Build/source/texk/web2c/otps/Makefile.in2
3 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/otps/ChangeLog b/Build/source/texk/web2c/otps/ChangeLog
index d37492178e4..c501d6ff747 100644
--- a/Build/source/texk/web2c/otps/ChangeLog
+++ b/Build/source/texk/web2c/otps/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am: Better dependencies for 'make check'.
+
2015-03-28 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Unconditionally distribute manpages.
diff --git a/Build/source/texk/web2c/otps/Makefile.am b/Build/source/texk/web2c/otps/Makefile.am
index 9a214a5efe0..9611bcabd89 100644
--- a/Build/source/texk/web2c/otps/Makefile.am
+++ b/Build/source/texk/web2c/otps/Makefile.am
@@ -55,6 +55,8 @@ outocp_DEPENDENCIES = $(proglib) $(KPATHSEA_DEPEND)
if OTANGLE
TESTS = otp2ocp.test outocp.test
endif OTANGLE
+otp2ocp.log: otp2ocp$(EXEEXT)
+outocp.log: outocp$(EXEEXT)
EXTRA_DIST += \
otp2ocp.test \
diff --git a/Build/source/texk/web2c/otps/Makefile.in b/Build/source/texk/web2c/otps/Makefile.in
index 3a9b9c3223f..9066345fb86 100644
--- a/Build/source/texk/web2c/otps/Makefile.in
+++ b/Build/source/texk/web2c/otps/Makefile.in
@@ -1416,6 +1416,8 @@ $(proglib): ${top_srcdir}/lib/*.c
cd ../lib && $(MAKE) $(AM_MAKEFLAGS)
@KPATHSEA_RULE@
+otp2ocp.log: otp2ocp$(EXEEXT)
+outocp.log: outocp$(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.