diff options
author | wiz <wiz> | 2001-02-28 10:47:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-28 10:47:47 +0000 |
commit | fb4df0e9576b696e1ee5e09e46e9ce790acb0703 (patch) | |
tree | 80cf0cbf97334277de139b90cca473d29cafa511 /cross/binutils | |
parent | 1aa196c46ef39e70ca94b83a6159454131953999 (diff) | |
download | pkgsrc-fb4df0e9576b696e1ee5e09e46e9ce790acb0703.tar.gz |
whitespace fix
Diffstat (limited to 'cross/binutils')
-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 84705d2ad62..72a4b839ff5 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2001/02/16 14:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2001/02/28 10:47:47 wiz Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -71,7 +71,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 ${LOCALBASE}/bin/cross-env post-build: ${SED} -e 's|@@PREFIX@@|${PREFIX}|' < ${FILESDIR}/cross-env > \ |