diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-23 12:14:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-23 12:14:16 +0000 |
commit | 62b3ef90dbd4068bed69fc627da32af83b767033 (patch) | |
tree | 99f275938e8fcebf371a085d9e14f2ab53ca375a /cross | |
parent | 89eec8ba2fe547d77927f6061bb996d9acc9bcf4 (diff) | |
download | pkgsrc-62b3ef90dbd4068bed69fc627da32af83b767033.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 |