diff options
author | joerg <joerg@pkgsrc.org> | 2006-10-11 16:12:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-10-11 16:12:32 +0000 |
commit | 7fe70fd6478144fea543e0386d387bfbd7b8f277 (patch) | |
tree | 8bb6a81278dda15aa4f97c5b545eedd241d7c485 /cross | |
parent | b65e8c9587cc15ac6e36af9a1c81f62e2edb5be0 (diff) | |
download | pkgsrc-7fe70fd6478144fea543e0386d387bfbd7b8f277.tar.gz |
Pass down correct shell as lang/gcc does.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avr-gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/avr-gcc/Makefile b/cross/avr-gcc/Makefile index 70d26d51c4e..81e772f5d41 100644 --- a/cross/avr-gcc/Makefile +++ b/cross/avr-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/08/03 19:22:31 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/10/11 16:12:32 joerg Exp $ DISTNAME= gcc-3.3.2003.05.11 PKGNAME= avr-gcc-3.3.2003.05.11 @@ -31,6 +31,7 @@ MAN_AUX= gcc-man.2003.05.11.gz MAKE_FLAGS+= LANGUAGES="c c++" MAKE_ENV+= MACHINE_ARCH=avr +MAKE_ENV+= SHELL=${CONFIG_SHELL} pre-build: if perl -e 'use 1.10 Pod::Man' >/dev/null 2>/dev/null ; \ |