diff options
| author | martin <martin@NetBSD.org> | 2018-10-14 10:23:32 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2018-10-14 10:23:32 +0000 |
| commit | 2052804f4deeed0053ab6bca6633fcb2d4658ec3 (patch) | |
| tree | 684e3c98f79de57e94884d33e3e0736996e0ada3 /tools/Makefile.gnuhost | |
| parent | 84c2356f614632e625738908e505d664e9b73150 (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.gnuhost | 3 |
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" \ |
