diff options
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/jisx0208fonts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |