X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2fd284a4a09793c29078296529d3e9db5acd0a0f..9a6be59a80461adb9e7c4bc7754d6a0b1a8c708d:/src/msw/makefile.g95 diff --git a/src/msw/makefile.g95 b/src/msw/makefile.g95 index 2106fb52ba..4cd5a40d0e 100644 --- a/src/msw/makefile.g95 +++ b/src/msw/makefile.g95 @@ -293,11 +293,16 @@ $(COMMDIR)/lex_yy.c: $(COMMDIR)/lexer.l # Replace yacc with bison if you run into compilation # problems with y_tab.c. + $(COMMDIR)/y_tab.c: $(COMMDIR)/parser.y $(YACC) -o $(COMMDIR)/y_tab.c $(COMMDIR)/parser.y -# mv y.tab.c $(COMMDIR)/y_tab.c +# If you use e.g. gcc on Unix, uncomment these lines +# and comment out the above. +#$(COMMDIR)/y_tab.c: $(COMMDIR)/parser.y +# $(YACC) $(COMMDIR)/parser.y +# mv y.tab.c $(COMMDIR)/y_tab.c # Extra targets rcparser: