summaryrefslogtreecommitdiff
path: root/cross/armv2-netbsd
diff options
context:
space:
mode:
authortron <tron>2001-02-05 09:00:54 +0000
committertron <tron>2001-02-05 09:00:54 +0000
commit732964d7838ca5e8355397759068795660c65368 (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /cross/armv2-netbsd
parent81b3c0bc7a64ea4999e6fb86448d93a694ed442b (diff)
downloadpkgsrc-732964d7838ca5e8355397759068795660c65368.tar.gz
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'cross/armv2-netbsd')
-rw-r--r--cross/armv2-netbsd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cross/armv2-netbsd/Makefile b/cross/armv2-netbsd/Makefile
index 84679b8076a..0dca407f206 100644
--- a/cross/armv2-netbsd/Makefile
+++ b/cross/armv2-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/07/13 21:39:11 bjh21 Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/05 09:00:55 tron Exp $
#
DISTVERSION= 1.3.0.0
@@ -17,12 +17,12 @@ EGCS_FAKE_RUNTIME= yes
TARGET_ARCH= armv2-netbsd
-BUILD_DEPENDS+= autoconf:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf
post-patch: egcs-autoconf
-egcs-autoconf:
- ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/gcc && autoconf
+egcs-${LOCALBASE}/bin/autoconf:
+ ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}/gcc && ${LOCALBASE}/bin/autoconf
# FOllowing chunk ripped from cross.mk