From 8b419dd7b084dc4481ea7c581c7cd173cd1b7a0f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 11 Jan 2011 20:03:05 +0100 Subject: tests: do not force yacc-requiring tests to use bison * tests/defs.in: New required entry 'yacc'. Remove old required entry 'bison'. * tests/cond35.test ($required): Require yacc, not bison. * tests/cond36.test: Likewise. * tests/pr204.test: Likewise. * tests/silent-many-gcc.test: Likewise. * tests/silent-many-generic.test: Likewise. * tests/silent-yacc-gcc.test: Likewise. * tests/silent-yacc-generic.test: Likewise. * tests/subpkg.test: Likewise. * tests/suffix10.test: Likewise. * tests/yacc-basic.test: Likewise. * tests/yacc-clean.test: Likewise. * tests/yacc-d-basic.test: Likewise. * tests/yacc-d-vpath.test: Likewise. * tests/yacc-dist-nobuild.test: Likewise. * tests/yacc-nodist.test: Likewise. * tests/yacc4.test: Likewise. * tests/yacc6.test: Likewise. * tests/yacc7.test: Likewise. * tests/yacc8.test: Likewise. * tests/yaccdry.test: Likewise. * tests/yaccvpath.test: Likewise. --- tests/yaccdry.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/yaccdry.test') diff --git a/tests/yaccdry.test b/tests/yaccdry.test index d2e763231..d30fb802e 100755 --- a/tests/yaccdry.test +++ b/tests/yaccdry.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2010 Free Software Foundation, Inc. +# Copyright (C) 2010, 2011 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # Removal recovery rules for headers should not remove files with `make -n'. -required=bison +required=yacc . ./defs || Exit 1 set -e -- cgit v1.2.1