]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(check): Depend on $(maint_gen) so
authorJim Meyering <jim@meyering.net>
Thu, 18 Jun 1998 15:20:03 +0000 (15:20 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Jun 1998 15:20:03 +0000 (15:20 +0000)
`make maintainer-clean; ./configure; make check' works.

tests/Makefile.am.in

index 2c8e4780e4bb8249ff560bf806fd836f665424b6..1a415e6d324538dd1d5ac14082c660d8169077c8 100644 (file)
@@ -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