glsl2: Change command line options passed to flex
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 12 Aug 2010 00:19:05 +0000 (17:19 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 12 Aug 2010 00:21:53 +0000 (17:21 -0700)
commit5a805079a8d209e843661941730ecfebb65d2913
tree593818d260759ae24cee5e54544bfd92dc47eb6a
parenta43871f763043a2ed6f3ab9f52d3cff32c63e47e
glsl2: Change command line options passed to flex

Remove --never-interactive because it is already specified in the
source using %option.  Use -o instead of --outfile.  Some of the
%option commands may also need to be removed for compatibility with
older versions (e.g., 2.5.4) of flex.

This should fix bugzilla #29209.
src/glsl/Makefile