summaryrefslogtreecommitdiff
path: root/cross/COMMON
diff options
context:
space:
mode:
authortron <tron>2001-02-05 09:00:54 +0000
committertron <tron>2001-02-05 09:00:54 +0000
commite56ff1425f20cec28b974af1715c1fe77c4b52d5 (patch)
tree2c1d493d315c86d062bda624e834a3d6f66707c0 /cross/COMMON
parentcd422e2bea1b142519923c472b40d49fbed756ec (diff)
downloadpkgsrc-e56ff1425f20cec28b974af1715c1fe77c4b52d5.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/COMMON')
-rw-r--r--cross/COMMON/cross.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/COMMON/cross.mk b/cross/COMMON/cross.mk
index e00480b034b..f9fe47f9e57 100644
--- a/cross/COMMON/cross.mk
+++ b/cross/COMMON/cross.mk
@@ -1,4 +1,4 @@
-# $NetBSD: cross.mk,v 1.19 2001/01/29 11:38:10 wiz Exp $
+# $NetBSD: cross.mk,v 1.20 2001/02/05 09:00:54 tron Exp $
# Shared definitions for building a cross-compile environment.
@@ -98,7 +98,7 @@ EGCS_INTVERSION= egcs-2.91.60
EGCS_PATCHBUNDLE= ${EGCS_DISTNAME}-NetBSD-19980104.diff.gz
EGCS_WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
EGCS_LANGUAGES= c # add to these below
-BUILD_DEPENDS+= autoheader:../../devel/autoconf
+BUILD_DEPENDS+= ${LOCALBASE}/bin/autoheader:../../devel/autoconf
.if defined(EGCS_MULTILIB)
EGCS_INSTALL_LIB=install-multilib