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

ChangeLog
tests/yacc8.test

index e2577e7..83715a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2002-04-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * tests/yacc8.test: Don't assume GNU make, run config.status
+       to regenerate the Makefile.
+
+2002-04-10  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
        * Makefile.am (maintainer-check): Make sure `$MAKE -e' is
        always followed by a SHELL setting.
        * tests/ansi3.test, tests/ansi5.test, tests/subobj3.test: Set
index 700e2b9..d37e4ad 100755 (executable)
@@ -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