diff options
author | wiz <wiz> | 2001-02-23 12:14:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-23 12:14:16 +0000 |
commit | 9156e7d3813ed1eae6171e608cf1cf98e2e11e26 (patch) | |
tree | 99f275938e8fcebf371a085d9e14f2ab53ca375a /cross | |
parent | 6e7e0d8cb3f53a4b3bd25eb5a647ebfcadcc03d9 (diff) | |
download | pkgsrc-9156e7d3813ed1eae6171e608cf1cf98e2e11e26.tar.gz |
Search and replace fix.
Diffstat (limited to 'cross')
-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 91d8745f2ce..c19310546f2 100644 --- a/cross/armv2-netbsd/Makefile +++ b/cross/armv2-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:04:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/23 12:14:16 wiz Exp $ # DISTVERSION= 1.3.0.0 @@ -22,7 +22,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf post-patch: egcs-autoconf -egcs-${LOCALBASE}/bin/autoconf: +egcs-autoconf: ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/gcc && ${LOCALBASE}/bin/autoconf # FOllowing chunk ripped from cross.mk |