summaryrefslogtreecommitdiff
path: root/tools/Makefile.gnuhost
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2018-10-14 10:23:32 +0000
committermartin <martin@NetBSD.org>2018-10-14 10:23:32 +0000
commit2052804f4deeed0053ab6bca6633fcb2d4658ec3 (patch)
tree684e3c98f79de57e94884d33e3e0736996e0ada3 /tools/Makefile.gnuhost
parent84c2356f614632e625738908e505d664e9b73150 (diff)
Add FLEX to the configure env, from Lloyd Parkes on tech-toolchain.
Some configure scripts seem to need both LEX and FLEX.
Diffstat (limited to 'tools/Makefile.gnuhost')
-rw-r--r--tools/Makefile.gnuhost3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.gnuhost b/tools/Makefile.gnuhost
index fdaf8ea944d..5d5a0fe7680 100644
--- a/tools/Makefile.gnuhost
+++ b/tools/Makefile.gnuhost
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuhost,v 1.48 2018/04/17 10:08:54 maya Exp $
+# $NetBSD: Makefile.gnuhost,v 1.49 2018/10/14 10:23:32 martin Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@@ -62,6 +62,7 @@ CONFIGURE_ENV+= \
INSTALL=${HOST_INSTALL_FILE:Q} \
LDFLAGS=${HOST_LDFLAGS:Q} \
LEX=${LEX:Q} \
+ FLEX=${LEX:Q} \
M4=${TOOL_M4:Q} \
MAKE=${MAKE_PROGRAM:Q} \
PATH="${TOOLDIR}/bin:$$PATH" \