summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cross/i386-mingw32/Makefile4
1 files changed, 2 insertions, 2 deletions
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