summaryrefslogtreecommitdiff
path: root/tests/date
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-13 00:31:49 +0000
committerJim Meyering <jim@meyering.net>1998-07-13 00:31:49 +0000
commitf42b337a0bcd670d3940a371a128ecd4c7b206d6 (patch)
tree2a35655248e16e04da216e60ae8a17c01a0b049d /tests/date
parent6cdd12a9f212ee9de7f50b420f3ed869512bc26b (diff)
downloadcoreutils-f42b337a0bcd670d3940a371a128ecd4c7b206d6.tar.xz
check: depend on maint_gen
Diffstat (limited to 'tests/date')
-rw-r--r--tests/date/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/date/Makefile.am b/tests/date/Makefile.am
index ac93fccf5..37c6ed274 100644
--- a/tests/date/Makefile.am
+++ b/tests/date/Makefile.am
@@ -40,6 +40,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