From e8df1a909829f46c840f0fc20e15ff940848b333 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 18 Feb 1999 03:13:26 +0000 Subject: Re-add the slash in the binutils directory modifier. Noticed in PR pkg/7005 in certain configurations. --- cross/COMMON/cross.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/COMMON') diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk index 162c7bf8ac0..32992eb3665 100644 --- a/cross/COMMON/cross.mk +++ b/cross/COMMON/cross.mk @@ -1,4 +1,4 @@ -# $NetBSD: cross.mk,v 1.8 1999/02/03 16:42:54 tv Exp $ +# $NetBSD: cross.mk,v 1.9 1999/02/18 03:13:26 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 -- cgit v1.2.3