X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fmakefile.gcc;h=7da66fd81cd1c14420e74fc72c8e24d9d887a410;hb=bb10d6f4ddd41653d627df3f83045c1dcf3aa323;hp=f55c683224d6a574094c8e6fce373a25c17b57f9;hpb=d96ffe6df6b1327912445cd71b47d1633316d372;p=xboard.git diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index f55c683..7da66fd 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, $<)