From 05f1054e508711b511383ca79b9da8ab54438164 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 22 Jan 2004 07:49:20 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- cross/h8300-hms-gcc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cross/h8300-hms-gcc') 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 -- cgit v1.2.3