diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /cross/i386-linux | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'cross/i386-linux')
-rw-r--r-- | cross/i386-linux/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |