diff options
author | tv <tv@pkgsrc.org> | 1999-02-03 16:42:54 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-02-03 16:42:54 +0000 |
commit | ea03ad47887234eb72053c1e9921a68f72c2ecee (patch) | |
tree | ef238ad09e4d0de247b20baf2af5c7690f8cb406 /cross | |
parent | 5b3966c0bf791c8e0dc09724e38b7fa2a3e4ce14 (diff) | |
download | pkgsrc-ea03ad47887234eb72053c1e9921a68f72c2ecee.tar.gz |
The pathname doesn't need a slash for the master site subdirectory.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/COMMON/cross.mk | 4 | ||||
-rw-r--r-- | cross/binutils/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk index 8f7c57794bb..162c7bf8ac0 100644 --- a/cross/COMMON/cross.mk +++ b/cross/COMMON/cross.mk @@ -1,4 +1,4 @@ -# $NetBSD: cross.mk,v 1.7 1999/02/03 12:59:04 tv Exp $ +# $NetBSD: cross.mk,v 1.8 1999/02/03 16:42:54 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 34af7de460a..66f1d47d80a 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/02/03 12:59:04 tv Exp $ +# $NetBSD: Makefile,v 1.5 1999/02/03 16:42:54 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/ |