X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89c684ef8280e2d91096da2d96ba36e24a1fb917..99f73df9b4865aa3276319fb206127da9027fa63:/src/stubs/makefile.unx?ds=sidebyside

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