Remove building rule for parser.c from WB makefiles
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 27 Apr 2011 15:05:06 +0000 (17:05 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 4 May 2011 16:40:47 +0000 (18:40 +0200)
winboard/makefile.gcc
winboard/makefile.ms

index db65a67..fcf842f 100644 (file)
@@ -74,13 +74,6 @@ wbres.o: $(PROJ).rc $(PROJ).h resource.h config.h
        windres $(DEFS) --use-temp-file --include-dir .. $< -O coff -o $@\r
 \r
 \r
-# note: cygwin flex needs m4 package.  cygwin-setup forgets this dependency\r
-# note2: use mingw flex instead... although I got cygwin's flex working (with m4),\r
-#        it didn't produce a useable parser.c (1000's of errors)\r
-../parser.c: ../parser.l\r
-       $(FLEX) -o../parser.c -L ../parser.l\r
-\r
-\r
 $(PROJ).exe: $(OBJS) $(PROJ).hlp\r
        $(CC) $(guiflags) $(OBJS) $(LFLAGS) -o $(PROJ).exe\r
 \r
index 215e5fa..5762640 100644 (file)
@@ -87,9 +87,6 @@ $(PROJ).hlp : $(PROJ).rtf
 $(PROJ).res: $(PROJ).rc $(PROJ).h resource.h config.h\r
     $(RC) $(CF) -r -fo $(PROJ).res $(PROJ).rc\r
 \r
-../parser.c: ../parser.l\r
-    $(FLEX) -o../parser.c -L ../parser.l\r
-\r
 winboard.obj: winboard.c config.h winboard.h ../common.h ../frontend.h \\r
         ../backend.h ../moves.h defaults.h resource.h wclipbrd.h \\r
         wsockerr.h woptions.h wsnap.h ../lists.h help.h ../args.h\r