summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/COMMON/cross.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk
index 8c0c03a348e..1cc0eea1562 100644
--- a/cross/COMMON/cross.mk
+++ b/cross/COMMON/cross.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cross.mk,v 1.14 1999/12/18 02:14:38 wrstuden Exp $
+# $NetBSD: cross.mk,v 1.15 2000/06/01 12:24:00 wiz Exp $
# Shared definitions for building a cross-compile environment.
@@ -28,7 +28,7 @@ BINUTILS_DISTNAME= binutils-2.9.1
BINUTILS_WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME}
CROSS_DISTFILES+= ${BINUTILS_DISTNAME}.tar.gz
-MASTER_SITES+= ${MASTER_SITE_GNU:=/binutils/}
+MASTER_SITES+= ${MASTER_SITE_GNU:=binutils/}
CONFIGURE_ARGS+= --with-gnu-as --with-gnu-ld
DEPENDS+= cross-binutils-2.9.1.1:../../cross/binutils
PLIST_PRE+= ${COMMON_DIR}/PLIST-binutils