X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55acd85e7134f8d16d40dc21cd665c5ea18a98f1..184b5d99a5382cd7a19888c85aff11f8a21af2f6:/src/motif/makefile.unx?ds=inline diff --git a/src/motif/makefile.unx b/src/motif/makefile.unx index 05383b11ed..a05e8a1282 100644 --- a/src/motif/makefile.unx +++ b/src/motif/makefile.unx @@ -52,7 +52,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 \ @@ -198,7 +198,7 @@ $(WXLIB) : $(OBJECTS) $(RANLIB) $@ ../common/y_tab.$(OBJSUFF): ../common/y_tab.c ../common/lex_yy.c - $(CCLEX) -c $(CFLAGS) -o $@ ../common/y_tab.c + $(CCLEX) -c $(CFLAGS) -DNO_CONFIGURE -o $@ ../common/y_tab.c # Replace lex with flex if you run into compilation # problems with lex_yy.c. See also note about LEX_SCANNER