From 9822fabca6e712372987740b68be3fe6d5ae45c8 Mon Sep 17 00:00:00 2001 From: kristerw Date: Tue, 14 Jun 2005 22:25:15 +0000 Subject: Set WRKSRC=${WRKDIR} to prevent "cd: can't cd to [...]" error when "Unwrapping files-to-be-installed". --- cross/mipsEEel-netbsd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cross') diff --git a/cross/mipsEEel-netbsd/Makefile b/cross/mipsEEel-netbsd/Makefile index 8ecbc88314b..ad726d9a196 100644 --- a/cross/mipsEEel-netbsd/Makefile +++ b/cross/mipsEEel-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/01 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/14 22:25:15 kristerw Exp $ DISTNAME= cross-${TARGET_ARCH}-${DISTVERSION} TARGET_ARCH= mipsEEel-netbsd @@ -18,6 +18,8 @@ BZCAT= ${LOCALBASE}/bin/bzcat BUILD_DEPENDS+= bzip2>=0.9.0b:../../archivers/bzip2 .endif +WRKSRC= ${WRKDIR} + # We don't use CROSSBASE because the binutils are not the same as binutils # for other cross compilers. #USE_CROSSBASE= yes -- cgit v1.2.3