From 7487e67956f43d13b53cce1f2a5ad85a99fc6d7c Mon Sep 17 00:00:00 2001 From: taca Date: Tue, 24 Sep 2002 14:21:43 +0000 Subject: Use ${GMAKE} instead of bare "gmake" now. Suggested by kei at netbsd.org on tech-pkg-ja@jp.netbsd.org. --- fonts/jisx0208fonts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fonts/jisx0208fonts') diff --git a/fonts/jisx0208fonts/Makefile b/fonts/jisx0208fonts/Makefile index 0cbeec90996..e7fb800f559 100644 --- a/fonts/jisx0208fonts/Makefile +++ b/fonts/jisx0208fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2002/09/23 13:26:29 taca Exp $ +# $NetBSD: Makefile,v 1.24 2002/09/24 14:21:43 taca Exp $ # DISTNAME= jisx0208fonts-20010112 @@ -89,7 +89,7 @@ post-extract: @(cd ${WRKDIR}/shinonome12-1.0.8 ; \ ${SETENV} ${SHINONOME_CONFIGURE_ENV} ${CONFIGURE_SCRIPT} \ ${SHINONOME_CONFIGURE_ARGS} ; \ - ${SETENV} ${MAKE_ENV} gmake bdf; \ + ${SETENV} ${MAKE_ENV} ${GMAKE} bdf; \ ${RM} hankaku/*.bdf latin1/*.bdf) .endif (cd ${WRKSRC}; ${MAKE} prepare) -- cgit v1.2.3