From: Alexandre Duret-Lutz Date: Wed, 10 Apr 2002 17:30:43 +0000 (+0000) Subject: * tests/yacc8.test: Don't assume GNU make, run config.status X-Git-Tag: branchpoint-1-6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c513dd06308db6ee3d580d9344accf36f8bfe8ad;p=thirdparty%2Fautomake.git * tests/yacc8.test: Don't assume GNU make, run config.status to regenerate the Makefile. --- diff --git a/ChangeLog b/ChangeLog index e2577e7e4..83715a009 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-10 Alexandre Duret-Lutz + + * tests/yacc8.test: Don't assume GNU make, run config.status + to regenerate the Makefile. + 2002-04-10 Alexandre Duret-Lutz * Makefile.am (maintainer-check): Make sure `$MAKE -e' is diff --git a/tests/yacc8.test b/tests/yacc8.test index 700e2b9d6..d37e4ade6 100755 --- a/tests/yacc8.test +++ b/tests/yacc8.test @@ -62,7 +62,7 @@ test -f ./ylwrap || exit 1 cd sub # Regenerate Makefile (automatic in GNU Make, but not in other Makes) -./configure.status +./config.status $MAKE foo/parse2.o test -f foo/parse2.c test -f foo/parse2.o