diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 07:49:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 07:49:20 +0000 |
commit | ef741f8a1a08d590450d8e8035fe7387b1bd573a (patch) | |
tree | 7e0d6cac1bcf2ed738362d15896e6e66c14cbbb6 /cross/h8300-hms-binutils | |
parent | 4df29abc308089f29ae112a89715fd4b320d1ee7 (diff) | |
download | pkgsrc-ef741f8a1a08d590450d8e8035fe7387b1bd573a.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'cross/h8300-hms-binutils')
-rw-r--r-- | cross/h8300-hms-binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-hms-binutils/Makefile b/cross/h8300-hms-binutils/Makefile index 1efb9e72962..ae8e031176d 100644 --- a/cross/h8300-hms-binutils/Makefile +++ b/cross/h8300-hms-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:10:55 agc Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/22 07:54:07 grant Exp $ DISTNAME= binutils-2.12.1 PKGNAME= cross-h8300-hms-binutils-2.12.1 @@ -14,7 +14,7 @@ H8300_PREFIX= ${PREFIX}/libexec/cross-h8300-hms WRKSRC= ${WRKDIR}/objdir USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_MAKEINFO= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${H8300_PREFIX} |