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/h8300-hms-gcc/Makefile | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'cross/h8300-hms-gcc/Makefile')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index ef0deb3732f..c42d5e01002 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/12/26 13:16:31 seb Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:10:55 agc Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 -WRKSRC= ${WRKDIR}/objdir CATEGORIES= cross MASTER_SITES= ftp://ftp.gnu.org/gnu/gcc/gcc-3.1/ \ ftp://sources.redhat.com/pub/newlib/ @@ -20,6 +19,7 @@ DEPENDS+= cross-h8300-hms-binutils-[0-9]*:../../cross/h8300-hms-binutils H8300_PREFIX= ${LOCALBASE}/libexec/cross-h8300-hms +WRKSRC= ${WRKDIR}/objdir USE_BUILDLINK2= yes USE_GMAKE= yes HAS_CONFIGURE= yes |