summaryrefslogtreecommitdiff
path: root/cross/h8300-hms-gcc
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit06f56759ab83097f935dffe578fb2580c3043d6b (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /cross/h8300-hms-gcc
parent4d370739c847b8a33d050da71dc46a270cd4b967 (diff)
downloadpkgsrc-06f56759ab83097f935dffe578fb2580c3043d6b.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'cross/h8300-hms-gcc')
-rw-r--r--cross/h8300-hms-gcc/Makefile4
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