summaryrefslogtreecommitdiff
path: root/tests/Makefile.am.in
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-06-18 15:20:03 +0000
committerJim Meyering <jim@meyering.net>1998-06-18 15:20:03 +0000
commit4a9222e0c211aa6a6c42a0a85a9ac5664b11740a (patch)
tree2af5ddbc0d9da63c52bde26532b4ab4d0fa66778 /tests/Makefile.am.in
parent84c104b6da48b213358b6cf629407a5618d16e00 (diff)
downloadcoreutils-4a9222e0c211aa6a6c42a0a85a9ac5664b11740a.tar.xz
(check): Depend on $(maint_gen) so
`make maintainer-clean; ./configure; make check' works.
Diffstat (limited to 'tests/Makefile.am.in')
-rw-r--r--tests/Makefile.am.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am.in b/tests/Makefile.am.in
index 2c8e4780e..1a415e6d3 100644
--- a/tests/Makefile.am.in
+++ b/tests/Makefile.am.in
@@ -20,6 +20,8 @@ $(srcdir)/$x-tests: $(mk_script) Test.pm
MAINTAINERCLEANFILES = $x-tests $(maint_gen)
CLEANFILES = $(run_gen)
+check: $(maint_gen)
+
Makefile.am: ../Makefile.am.in Test.pm $(mk_script)
rm -f $@ $@t
sed -n '1,/^##test-files-begin/p' $< > $@t