X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=winboard%2Fmakefile.gcc;h=893341d743653ac097e70747c3421d878e53918c;hb=21fe43e32fb967e85a405843bb45cc4a4fc8ab02;hp=f55c683224d6a574094c8e6fce373a25c17b57f9;hpb=0a1090546ff3f7af136e33eb4fd636b1e5d5178b;p=xboard.git diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index f55c683..893341d 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, $<) @@ -117,7 +117,7 @@ wedittags.o: wedittags.c config.h ../common.h winboard.h resource.h ../frontend. ../backend.h ../lists.h wedittags.h $(call compile, $<) -wgamelist.o: wgamelist.c config.h. ../common.h winboard.h resource.h ../frontend.h \ +wgamelist.o: wgamelist.c config.h ../common.h winboard.h resource.h ../frontend.h \ ../backend.h wgamelist.h ../lists.h $(call compile, $<)