From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- 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 c701b1e934a..e3a73dd0641 100644 --- a/cross/i386-linux/Makefile +++ b/cross/i386-linux/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 21:27:53 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/20 12:10:55 agc Exp $ # -WRKSRC= ${WRKDIR} DISTVERSION= 2.0.7.1 DISTFILES= ${LINUXDEVEL_FILES} EXTRACT_ONLY= # none of the RPM files @@ -14,6 +13,7 @@ BUILD_DEPENDS+= rpm-[0-9]*:../../misc/rpm CHECK_SHLIBS= no +WRKSRC= ${WRKDIR} USE_CROSS_BINUTILS= yes BINUTILS_GNUTARGET= elf32-i386 BINUTILS_LDEMULATION= elf_i386 -- cgit v1.2.3