From ec18c4fcf5419c5b60d1f5773569daf3eb46c994 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 18 Feb 1999 13:46:32 +0000 Subject: Let's try this again; we need *both* slashes. --- cross/COMMON/cross.mk | 4 ++-- cross/binutils/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cross') diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk index 32992eb3665..6cc0d135936 100644 --- a/cross/COMMON/cross.mk +++ b/cross/COMMON/cross.mk @@ -1,4 +1,4 @@ -# $NetBSD: cross.mk,v 1.9 1999/02/18 03:13:26 tv Exp $ +# $NetBSD: cross.mk,v 1.10 1999/02/18 13:46:32 tv 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.0:../../cross/binutils PLIST_PRE+= ${COMMON_DIR}/PLIST-binutils diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 1024b4b41f0..fc9c9a9739f 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/02/18 03:13:26 tv Exp $ +# $NetBSD: Makefile,v 1.7 1999/02/18 13:46:33 tv Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -7,7 +7,7 @@ DISTNAME= binutils-2.9.1 PKGNAME= cross-binutils-2.9.1.0 CATEGORIES= cross lang -MASTER_SITES= ${MASTER_SITE_GNU:=/binutils} +MASTER_SITES= ${MASTER_SITE_GNU:=/binutils/} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.gnu.org/ -- cgit v1.2.3