From: Jim Meyering Date: Thu, 18 Jun 1998 15:20:03 +0000 (+0000) Subject: (check): Depend on $(maint_gen) so X-Git-Tag: FILEUTILS-3_16q~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a9222e0c211aa6a6c42a0a85a9ac5664b11740a;p=thirdparty%2Fcoreutils.git (check): Depend on $(maint_gen) so `make maintainer-clean; ./configure; make check' works. --- diff --git a/tests/Makefile.am.in b/tests/Makefile.am.in index 2c8e4780e4..1a415e6d32 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