X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fmakefile.gcc;h=6bb84c8588c93384d536cfdf9c9d1aa61dee58a1;hb=49f8186677c2d1a3a329d4da8c0704d3e034e320;hp=27cebc0eec5ad2a426cab9a01464d00bd6a5c4dc;hpb=64d55e8b2e4a10432f3249ef3f168ddfff0ff5ef;p=xboard.git diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index 27cebc0..6bb84c8 100644 --- a/winboard/makefile.gcc +++ b/winboard/makefile.gcc @@ -77,8 +77,8 @@ wbres.o: $(PROJ).rc $(PROJ).h resource.h config.h # note: cygwin flex needs m4 package. cygwin-setup forgets this dependency # note2: use mingw flex instead... although I got cygwin's flex working (with m4), # it didn't produce a useable parser.c (1000's of errors) -parser.c: ../parser.l - $(FLEX) -oparser.c -L ../parser.l +../parser.c: ../parser.l + $(FLEX) -o../parser.c -L ../parser.l $(PROJ).exe: $(OBJS) $(PROJ).hlp @@ -94,7 +94,7 @@ backend.o: ../backend.c config.h ../common.h ../frontend.h ../backend.h \ ../parser.h ../moves.h ../zippy.h ../backendz.h ../gettext.h ../lists.h $(call compile, $<) -parser.o: parser.c config.h ../common.h ../backend.h ../parser.h \ +parser.o: ../parser.c config.h ../common.h ../backend.h ../parser.h \ ../frontend.h ../moves.h ../lists.h $(call compile, $<)