From 732964d7838ca5e8355397759068795660c65368 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-linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/i386-linux') diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile index 8f8728342bf..285bb749119 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/09/13 13:51:29 fredb Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/05 09:00:55 tron Exp $ # DISTVERSION= 2.0.7.1 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/redhat/redhat-5.1/i386/RedHat/RPMS/ MAINTAINER= packages@netbsd.org BUILD_DEPENDS+= rpm2cpio:../../misc/rpm -BUILD_DEPENDS+= autoheader:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoheader:../../devel/autoconf CHECK_SHLIBS= no WRKSRC= ${WRKDIR} -- cgit v1.2.3