diff options
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 |