diff options
Diffstat (limited to 't/yacc-nodist.sh')
-rwxr-xr-x | t/yacc-nodist.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/t/yacc-nodist.sh b/t/yacc-nodist.sh index 14fa0a753..4209ec1a7 100755 --- a/t/yacc-nodist.sh +++ b/t/yacc-nodist.sh @@ -15,10 +15,8 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # Checks for .c and .h files derived from non-distributed yacc sources. -# The test 'yacc-pr204.test' does similar check with AM_MAINTAINER_MODE -# enabled. -# The tests 'lex-nodist.test' and 'lex-pr204.test' does similar checks -# for lex-generated .c files. +# The test 'lex-nodist.test' does similar checks for lex-generated .c +# files. required='cc yacc' . ./defs || exit 1 |