--- linuxsampler/trunk/src/network/Makefile.am 2004/05/23 19:16:33 80 +++ linuxsampler/trunk/src/network/Makefile.am 2004/06/05 20:55:50 111 @@ -13,7 +13,7 @@ @echo "Generating LSCP parser..." @if which "lex" > /dev/null && which "yacc" > /dev/null; then \ yacc -d lscp.y && \ - lex -f lscp.l && \ + lex --fast --8bit lscp.l && \ yacc lscp.y && \ mv -f y.tab.h lscpsymbols.h && \ mv -f y.tab.c lscpparser.cpp && \