* 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 e2577e7e4cd2fb681097c97ddc67060e5ab9a229..83715a009e4f84eccb6642e101cb9d731840892b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 700e2b9d6e5a734efbb66dacf97dd87831d165cc..d37e4ade6f977697984cbc068518c64f6207ee93 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