From f8effcc801e4b0133436309dc7eb9e63a87977f5 Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 12 Dec 2003 07:28:23 +0000 Subject: Fix typo (CONFIUGRE_ENV). --- cross/i386-mingw32/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross') diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile index c38cea3759f..350906a3ef1 100644 --- a/cross/i386-mingw32/Makefile +++ b/cross/i386-mingw32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/11/05 23:03:54 seb Exp $ +# $NetBSD: Makefile,v 1.13 2003/12/12 07:28:23 reed Exp $ DISTNAME= cross-${TARGET_ARCH}-1.2 PKGREVISION= 3 @@ -66,7 +66,7 @@ bu-configure: --prefix=${PREFIX} --target=${TARGET_ARCH} --disable-nls gcc-configure: -${MKDIR} ${GCC_WRKSRC}/${TARGET_ARCH} - cd ${GCC_WRKSRC}/${TARGET_ARCH} && ${SETENV} ${CONFIUGRE_ENV} ../configure \ + cd ${GCC_WRKSRC}/${TARGET_ARCH} && ${SETENV} ${CONFIGURE_ENV} ../configure \ --prefix=${PREFIX} --target=${TARGET_ARCH} \ --with-gnu-as --with-gnu-ld --disable-multilib --disable-nls -${MKDIR} ${GCC_WRKSRC}/${TARGET_ARCH}/${TARGET_ARCH}/libiberty -- cgit v1.2.3