From 9db0fcb335507c357b6f4ebbe23010ccd2ca877d Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Wed, 10 Apr 2002 17:30:43 +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, 1 insertion(+), 1 deletion(-) diff --git a/tests/yacc8.test b/tests/yacc8.test index 700e2b9d..d37e4ade 100755 --- a/tests/yacc8.test +++ b/tests/yacc8.test @@ -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 -- 2.43.5