diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-13 00:31:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-13 00:31:49 +0000 |
commit | f42b337a0bcd670d3940a371a128ecd4c7b206d6 (patch) | |
tree | 2a35655248e16e04da216e60ae8a17c01a0b049d /tests/test | |
parent | 6cdd12a9f212ee9de7f50b420f3ed869512bc26b (diff) | |
download | coreutils-f42b337a0bcd670d3940a371a128ecd4c7b206d6.tar.xz |
check: depend on maint_gen
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/Makefile.am b/tests/test/Makefile.am index 3d96540c2..bd47d0b4e 100644 --- a/tests/test/Makefile.am +++ b/tests/test/Makefile.am @@ -59,6 +59,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 |