From 7a1971ede95d7e5d84cc928801a14d7fc67171c3 Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 27 Sep 2006 15:46:11 +0000 Subject: Set MAKE_ENV+=SHELL=${CONFIG_SHELL} for all gcc packages. Fixes SHELL set to non sh compatible shell in environment. Thanks to Georg Schwarz. --- lang/gcc34-ada/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/gcc34-ada') diff --git a/lang/gcc34-ada/Makefile b/lang/gcc34-ada/Makefile index bf55870a2fa..27a33af4ca7 100644 --- a/lang/gcc34-ada/Makefile +++ b/lang/gcc34-ada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/04/13 18:23:34 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2006/09/27 15:46:11 abs Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -54,6 +54,7 @@ CONFIGURE_ARGS+= --with-gnu-as CONFIGURE_ARGS+= --with-gnu-ld .endif CONFIGURE_ARGS+= --enable-shared +MAKE_ENV+= SHELL=${CONFIG_SHELL} # Ada bootstrap compiler section # An Ada compiler is required to build the Ada compiler. You -- cgit v1.2.3