From: Alexandre Duret-Lutz Date: Wed, 10 Apr 2002 16:39:56 +0000 (+0000) Subject: * tests/yacc8.test: Don't assume GNU make, run config.status X-Git-Tag: branchpoint-1-6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b8298f3a1a8edfcc877e89d16c5d780a0474303;p=thirdparty%2Fautomake.git * tests/yacc8.test: Don't assume GNU make, run config.status to regenerate the Makefile. --- diff --git a/tests/yacc8.test b/tests/yacc8.test index 4958fe8fa..700e2b9d6 100755 --- a/tests/yacc8.test +++ b/tests/yacc8.test @@ -61,6 +61,8 @@ $AUTOMAKE -a test -f ./ylwrap || exit 1 cd sub +# Regenerate Makefile (automatic in GNU Make, but not in other Makes) +./configure.status $MAKE foo/parse2.o test -f foo/parse2.c test -f foo/parse2.o