From 0b8298f3a1a8edfcc877e89d16c5d780a0474303 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 10 Apr 2002 16:39:56 +0000 Subject: [PATCH] * tests/yacc8.test: Don't assume GNU make, run config.status to regenerate the Makefile. --- tests/yacc8.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/yacc8.test b/tests/yacc8.test index 4958fe8..700e2b9 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.7.4