summaryrefslogtreecommitdiff
path: root/cross/h8300-hms-binutils
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commitbd104e94125bfe7dfcebf5b4161276a4198449e9 (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /cross/h8300-hms-binutils
parent7cae7f609b643bad775c5f59251c32e609dbdc0a (diff)
downloadpkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'cross/h8300-hms-binutils')
-rw-r--r--cross/h8300-hms-binutils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile
index 60983976e18..07f03a4bcb7 100644
--- a/cross/h8300-hms-binutils/Makefile
+++ b/cross/h8300-hms-binutils/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2002/09/30 11:17:55 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:24 jmmv Exp $
DISTNAME= binutils-2.12.1
PKGNAME= cross-h8300-hms-binutils-2.12.1
+WRKSRC= ${WRKDIR}/objdir
CATEGORIES= cross
MASTER_SITES= ftp://ftp.gnu.org/gnu/binutils/
EXTRACT_SUFX= .tar.bz2
@@ -20,7 +21,6 @@ CONFIGURE_ARGS+= --infodir=${H8300_PREFIX}/binutils
CONFIGURE_ARGS+= --target=h8300-hms
CONFIGURE_SCRIPT= ${SRCDIR}/configure
SRCDIR= ${WRKDIR}/${DISTNAME}
-WRKSRC= ${WRKDIR}/objdir
ALL_TARGET= CFLAGS="-O2 -fomit-frame-pointer" all
post-extract: