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/mipsEEel-netbsd | |
parent | 4df29abc308089f29ae112a89715fd4b320d1ee7 (diff) | |
download | pkgsrc-ef741f8a1a08d590450d8e8035fe7387b1bd573a.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'cross/mipsEEel-netbsd')
-rw-r--r-- | cross/mipsEEel-netbsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/mipsEEel-netbsd/Makefile b/cross/mipsEEel-netbsd/Makefile index b2bbae659d0..251c71bef4e 100644 --- a/cross/mipsEEel-netbsd/Makefile +++ b/cross/mipsEEel-netbsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:27:59 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/22 07:54:07 grant Exp $ DISTNAME= cross-${TARGET_ARCH}-${DISTVERSION} TARGET_ARCH= mipsEEel-netbsd @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Cross-compiler for NetBSD/PlayStation2 kernel BZCAT= /usr/bin/bzcat -USE_GMAKE= yes +USE_GNU_TOOLS+= make # We don't use CROSSBASE because the binutils are not the same as binutils # for other cross compilers. |