From ac9cb019e001134dcd0b8c87252ac132b04938fd Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 17 Jun 2005 04:49:45 +0000 Subject: Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of ${PREFIX}. --- cross/binutils/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/binutils') diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 3232e72a012..993101741dc 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/05/22 20:07:44 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2005/06/17 04:49:45 jlam Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -74,7 +74,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/bfd/bfd.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/ld/ldscripts/* ${PREFIX}/lib/ldscripts ${INSTALL_SCRIPT} ${WRKSRC}/cross-env ${BINDIR} - ${LN} -s ${BINDIR}/cross-env ${LOCALBASE}/bin/cross-env + ${LN} -s ${BINDIR}/cross-env ${PREFIX}/bin/cross-env post-build: ${SED} -e 's|@@PREFIX@@|${PREFIX}|' < ${FILESDIR}/cross-env > \ -- cgit v1.2.3