From 8282eead071226f7bcc4b6461f19e87d527d31c1 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 31 Mar 2009 11:14:42 +0000 Subject: Remove conditional to use bison in case of IRIX, it's used anyway now. --- shells/bash/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'shells') diff --git a/shells/bash/Makefile b/shells/bash/Makefile index c5cf29ef02a..a3e58fb58a8 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2009/03/31 10:09:06 hasso Exp $ +# $NetBSD: Makefile,v 1.43 2009/03/31 11:14:42 hasso Exp $ BASH_VERSION= 4.0 BASH_PATCHLEVEL= 10 @@ -68,11 +68,6 @@ BUILDLINK_DEPMETHOD.gettext= build BUILDLINK_DEPMETHOD.readline= build .endif -# the code has problems with older versions of yacc -.if !empty(MACHINE_PLATFORM:MIRIX-5*) -USE_TOOLS+= bison -.endif - # Use "readline" package on Darwin to avoid link erros. .if ${OPSYS} == "Darwin" CONFIGURE_ARGS+= --with-installed-readline -- cgit v1.2.3