From 2b59fb6b9575ad038bae89a48063084c8b3243a9 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Wed, 27 Apr 2011 17:05:06 +0200 Subject: [PATCH] Remove building rule for parser.c from WB makefiles --- winboard/makefile.gcc | 7 ------- winboard/makefile.ms | 3 --- 2 files changed, 0 insertions(+), 10 deletions(-) diff --git a/winboard/makefile.gcc b/winboard/makefile.gcc index db65a67..fcf842f 100644 --- a/winboard/makefile.gcc +++ b/winboard/makefile.gcc @@ -74,13 +74,6 @@ wbres.o: $(PROJ).rc $(PROJ).h resource.h config.h windres $(DEFS) --use-temp-file --include-dir .. $< -O coff -o $@ -# 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) -o../parser.c -L ../parser.l - - $(PROJ).exe: $(OBJS) $(PROJ).hlp $(CC) $(guiflags) $(OBJS) $(LFLAGS) -o $(PROJ).exe diff --git a/winboard/makefile.ms b/winboard/makefile.ms index 215e5fa..5762640 100644 --- a/winboard/makefile.ms +++ b/winboard/makefile.ms @@ -87,9 +87,6 @@ $(PROJ).hlp : $(PROJ).rtf $(PROJ).res: $(PROJ).rc $(PROJ).h resource.h config.h $(RC) $(CF) -r -fo $(PROJ).res $(PROJ).rc -../parser.c: ../parser.l - $(FLEX) -o../parser.c -L ../parser.l - winboard.obj: winboard.c config.h winboard.h ../common.h ../frontend.h \ ../backend.h ../moves.h defaults.h resource.h wclipbrd.h \ wsockerr.h woptions.h wsnap.h ../lists.h help.h ../args.h -- 1.7.0.4