NetBSD/tools/gmake/Makefile
uwe 06ddf90514 CONFIGURE_ARGS+=--disable-nls so that tools/gmake doesn't accidentally
pick up tools/gettext that is built when MKMAINTAINERTOOLS=yes

As gettext is built after gmake - this only happens if you either do
an update build and tools/gmake gets rebuilt, or if you use the same
TOOLDIR for several ports.
2006-10-27 22:36:23 +00:00

17 lines
358 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/10/27 22:36:23 uwe Exp $
#
GNUHOSTDIST= ${.CURDIR}/../../gnu/dist/gmake
CONFIGURE_ENV+= CC=${HOST_CC:Q} \
CFLAGS=${HOST_CFLAGS:Q} \
CPPFLAGS=${HOST_CPPFLAGS:Q} \
CXX=${HOST_CXX:Q}
CONFIGURE_ARGS= --program-prefix=${_TOOL_PREFIX}g
CONFIGURE_ARGS+=--disable-nls
.NOTPARALLEL:
.include "${.CURDIR}/../Makefile.gnuhost"