Prevent the tools/gettext build from trying to run emacs.

This commit is contained in:
apb 2013-03-06 14:34:01 +00:00
parent 12e4d0500d
commit 79f461b52c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2009/02/10 19:50:47 joerg Exp $
# $NetBSD: Makefile,v 1.6 2013/03/06 14:34:01 apb Exp $
.include <bsd.own.mk>
@ -6,6 +6,7 @@ MODULE= gettext
CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," \
--with-included-gettext --disable-csharp
CONFIGURE_ENV+= EMACS=no
MAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q}
.include "${.CURDIR}/../Makefile.gnuhost"