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-gcc | |
parent | 4df29abc308089f29ae112a89715fd4b320d1ee7 (diff) | |
download | pkgsrc-ef741f8a1a08d590450d8e8035fe7387b1bd573a.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'cross/h8300-hms-gcc')
-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 c42d5e01002..120c383bfda 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:10:55 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/22 07:54:07 grant Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -21,7 +21,7 @@ H8300_PREFIX= ${LOCALBASE}/libexec/cross-h8300-hms WRKSRC= ${WRKDIR}/objdir USE_BUILDLINK2= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${H8300_PREFIX} CONFIGURE_ARGS+= --infodir=${H8300_PREFIX}/gcc |