From 8c5a567181fd5fcf11763fd3c28e4e692c332c15 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 26 Mar 2002 10:36:57 +0000 Subject: [PATCH] * tests/pr87.test, tests/yaccvpath.test: Require GNU make. --- ChangeLog | 4 ++++ tests/pr87.test | 2 ++ tests/yaccvpath.test | 2 ++ 3 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28d5612..b4177b6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2002-03-26 Alexandre Duret-Lutz + * tests/pr87.test, tests/yaccvpath.test: Require GNU make. + +2002-03-26 Alexandre Duret-Lutz + * Makefile.am (maintainer-check): Catch occurrences of `$MAKE foo=bar' in the testsuite. Suggest using `foo=bar $MAKE -e' instead. diff --git a/tests/pr87.test b/tests/pr87.test index 07a2c97..fbad976 100755 --- a/tests/pr87.test +++ b/tests/pr87.test @@ -4,6 +4,8 @@ . $srcdir/defs || exit 1 +$needs_gnu_make # for `make distcheck' + subdirs="foo bar" for i in $subdirs; do diff --git a/tests/yaccvpath.test b/tests/yaccvpath.test index df3f6b2..0472799 100755 --- a/tests/yaccvpath.test +++ b/tests/yaccvpath.test @@ -8,6 +8,8 @@ . $srcdir/defs || exit 1 +$needs_gnu_make # for `make distdir' + # Likewise for some other tools. (gcc -v) > /dev/null 2>&1 || exit 77 (bison -V) > /dev/null 2>&1 || exit 77 -- 2.7.4