summaryrefslogtreecommitdiff
path: root/Build/source/utils/lacheck
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/lacheck
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/lacheck')
-rw-r--r--Build/source/utils/lacheck/ChangeLog4
-rw-r--r--Build/source/utils/lacheck/Makefile.am3
-rw-r--r--Build/source/utils/lacheck/Makefile.in1
3 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/utils/lacheck/ChangeLog b/Build/source/utils/lacheck/ChangeLog
index fcac8604117..4a1c3657dee 100644
--- a/Build/source/utils/lacheck/ChangeLog
+++ b/Build/source/utils/lacheck/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * Makefile.am: Better dependencies for 'make check'.
+
2015-05-11 Peter Breitenlohner <peb@mppmu.mpg.de>
* lacheck.l: Avoid segfault on "\end{a}$", i.e., do not
diff --git a/Build/source/utils/lacheck/Makefile.am b/Build/source/utils/lacheck/Makefile.am
index 8b1a7d16ced..8d0075bef45 100644
--- a/Build/source/utils/lacheck/Makefile.am
+++ b/Build/source/utils/lacheck/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory utils/lacheck/
##
-## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
AM_CFLAGS = $(WARNING_CFLAGS)
@@ -15,6 +15,7 @@ nodist_man1_MANS = lacheck.1
## Test
TESTS = lacheck.test
dist_check_SCRIPTS = $(TESTS)
+lacheck.log: lacheck$(EXEEXT)
EXTRA_DIST = test.old test.tex
CLEANFILES = test.out
diff --git a/Build/source/utils/lacheck/Makefile.in b/Build/source/utils/lacheck/Makefile.in
index f2f896c11f3..f626d8e3bb3 100644
--- a/Build/source/utils/lacheck/Makefile.in
+++ b/Build/source/utils/lacheck/Makefile.in
@@ -1189,6 +1189,7 @@ uninstall-man: uninstall-man1
.PRECIOUS: Makefile
+lacheck.log: lacheck$(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.