* tests/yacc8.test: Don't assume GNU make, run config.status
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Apr 2002 16:39:56 +0000 (16:39 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 10 Apr 2002 16:39:56 +0000 (16:39 +0000)
to regenerate the Makefile.

tests/yacc8.test

index 4958fe8..700e2b9 100755 (executable)
@@ -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