diff options
author | jlam <jlam> | 2005-06-20 01:46:01 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-20 01:46:01 +0000 |
commit | 7dbbaceddc9e11a4ea8d4f191564e692bae14f5d (patch) | |
tree | ada21e70eb961d81a73a17c02add99a47f8cb696 | |
parent | 3ebd13543e6eb98314921b22de9bdda107417e91 (diff) | |
download | pkgsrc-7dbbaceddc9e11a4ea8d4f191564e692bae14f5d.tar.gz |
Revert previous, as cross/* packages don't install with
${PREFIX} == ${LOCALBASE}.
-rw-r--r-- | cross/binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 993101741dc..072e11efe81 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/06/17 04:49:45 jlam Exp $ +# $NetBSD: Makefile,v 1.44 2005/06/20 01:46:01 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 ${PREFIX}/bin/cross-env + ${LN} -s ${BINDIR}/cross-env ${LOCALBASE}/bin/cross-env post-build: ${SED} -e 's|@@PREFIX@@|${PREFIX}|' < ${FILESDIR}/cross-env > \ |