From 2a5c7acec95edd8156aaf8f0d662dea6c7d73930 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 26 Mar 2002 10:36:55 +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 28d5612d..b4177b6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/tests/pr87.test b/tests/pr87.test index 07a2c97f..fbad9763 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 df3f6b2a..04727993 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.43.5