diff options
author | skrll <skrll> | 2002-03-05 23:31:59 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-03-05 23:31:59 +0000 |
commit | 4f889a132d8284d1477401056510340e4952ed42 (patch) | |
tree | 679b49b11ac6811b9e9a6fbfe8c62c15448ced3b | |
parent | be9cb2ed0fddbd0b4ee4357b79db0f3246b76114 (diff) | |
download | pkgsrc-4f889a132d8284d1477401056510340e4952ed42.tar.gz |
Fix typo.
-rw-r--r-- | cross/armv2-netbsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/armv2-netbsd/Makefile b/cross/armv2-netbsd/Makefile index 3e0b4f43b24..6e92262af26 100644 --- a/cross/armv2-netbsd/Makefile +++ b/cross/armv2-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/08/27 14:35:06 tron Exp $ +# $NetBSD: Makefile,v 1.7 2002/03/05 23:31:59 skrll Exp $ # DISTVERSION= 1.3.0.0 @@ -25,7 +25,7 @@ post-patch: egcs-autoconf egcs-autoconf: ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/gcc && ${LOCALBASE}/bin/autoconf -# FOllowing chunk ripped from cross.mk +# Following chunk ripped from cross.mk BINUTILS_DISTNAME= binutils-2.10 BINUTILS_WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME} |