X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89c684ef8280e2d91096da2d96ba36e24a1fb917..72c71d39724af116d419295b684dd2946efb3da3:/src/stubs/makefile.unx diff --git a/src/stubs/makefile.unx b/src/stubs/makefile.unx index 365042e45f..9e789a14a0 100644 --- a/src/stubs/makefile.unx +++ b/src/stubs/makefile.unx @@ -51,7 +51,7 @@ LIB_CPP_SRC=\ ../common/framecmn.cpp \ ../common/stream.cpp \ ../common/datstrm.cpp \ - ../common/fstream.cpp \ + ../common/wfstream.cpp \ ../common/mstream.cpp \ ../common/zstream.cpp \ ../common/objstrm.cpp \ @@ -186,7 +186,7 @@ $(WXLIB) : $(OBJECTS) # problems with lex_yy.c. See also note about LEX_SCANNER # above. ../common/lex_yy.c: ../common/lexer.l - $(LEX) -o../common/lex.yy.c ../common/lexer.l + $(LEX) ../common/lexer.l sed -e "s/BUFSIZ/5000/g" < ../common/lex.yy.c | \ sed -e "s/yyoutput(c)/void yyoutput(c)/g" | \ sed -e "s/YYLMAX 200/YYLMAX 5000/g" > ../common/lex_yy.c