Module Name:    src
Committed By:   martin
Date:           Sun Oct 14 10:23:32 UTC 2018

Modified Files:
        src/tools: Makefile.gnuhost

Log Message:
Add FLEX to the configure env, from Lloyd Parkes on tech-toolchain.
Some configure scripts seem to need both LEX and FLEX.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/tools/Makefile.gnuhost

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile.gnuhost
diff -u src/tools/Makefile.gnuhost:1.48 src/tools/Makefile.gnuhost:1.49
--- src/tools/Makefile.gnuhost:1.48	Tue Apr 17 10:08:54 2018
+++ src/tools/Makefile.gnuhost	Sun Oct 14 10:23:32 2018
@@ -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" \

Reply via email to