From f2d262e0bef754371e35855c069d92d11d7759bb Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 5 Feb 2001 09:00:54 +0000 Subject: Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. --- cross/i386-netbsdpe/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cross/i386-netbsdpe/Makefile') diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile index 3354fcf7836..5c9fb63edc4 100644 --- a/cross/i386-netbsdpe/Makefile +++ b/cross/i386-netbsdpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/01/30 03:08:56 minoura Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/05 09:00:55 tron Exp $ # DISTVERSION= 1.1.2 @@ -39,9 +39,9 @@ post-patch: for i in patches/binutils-*; do \ ${PATCH} -d ${BINUTILS_WRKSRC} --forward --quiet -E < $$i; \ done - cd ${BINUTILS_WRKSRC}/bfd && autoconf - cd ${BINUTILS_WRKSRC}/gas && autoconf - cd ${WRKDIR}/${GCC_DISTNAME}/gcc && autoconf + cd ${BINUTILS_WRKSRC}/bfd && ${LOCALBASE}/bin/autoconf + cd ${BINUTILS_WRKSRC}/gas && ${LOCALBASE}/bin/autoconf + cd ${WRKDIR}/${GCC_DISTNAME}/gcc && ${LOCALBASE}/bin/autoconf cd ${WRKDIR} && /usr/bin/tar zxf ${_DISTDIR}/${PTHREAD_DISTFILE} cd ${WRKDIR}/${GCC_DISTNAME}/gcc && \ ${LN} -s ../../${PTHREAD_DISTNAME}/include/pthread.h . && \ -- cgit v1.2.3