From e93afd5c83e7690a9250e016db33542c4cca0c28 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 10 Apr 2002 16:39:55 +0000 Subject: [PATCH] * tests/yacc8.test: Don't assume GNU make, run config.status to regenerate the Makefile. --- ChangeLog | 5 +++++ tests/yacc8.test | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index e2577e7e..83715a00 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 4958fe8f..700e2b9d 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 -- 2.43.5