# Rules to build the LEMON compiler generator
#
lemon$(BEXE): $(TOP)/tool/lemon.c $(TOP)/tool/lempar.c
- $(BCC) -o lemon $(TOP)/tool/lemon.c
+ $(BCC) -o lemon$(BEXE) $(TOP)/tool/lemon.c
cp $(TOP)/tool/lempar.c .
parse.c: $(TOP)/src/parse.y lemon$(BEXE) $(TOP)/addopcodes.awk
cp $(TOP)/src/parse.y .
- ./lemon $(OPTS) parse.y
+ ./lemon$(BEXE) $(OPTS) parse.y
mv parse.h parse.h.temp
awk -f $(TOP)/addopcodes.awk parse.h.temp >parse.h
-C Fix\sa\sround-off\serror\sin\sthe\s%W\sand\s%j\sconversions\sof\sthe\sstrftime()\sfunction.\nTicket\s#2150.\s(CVS\s3570)
-D 2007-01-08T13:07:30
-F Makefile.in a3fb1f739fd807bb3f496bd3dc41ed2b81d25e22
+C Add\sthe\s$(BEXE)\ssuffix\sto\severy\smention\sof\s"lemon"\sin\sthe\sMakefile.in,\nso\sthat\sthe\sbuild\swill\swork\son\sOS/2.\s\sTicket\s#2149.\s(CVS\s3571)
+D 2007-01-08T13:40:36
+F Makefile.in 7fa74bf4359aa899da5586e394d17735f221315f
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F VERSION b75cfeea5b7283ffac7f9da837a6436b21bd01ca
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 70033a0ea41e698237e886c7ab010a360ea53bb5
-R 43d559c37983aca4dc405f7d3292901f
+P 52067937803e6b36afc8f11c5d24059414208b77
+R 3218b3f5f5302cf172ef4da1f54594a9
U drh
-Z cdcea05b63e559590a8737626d19a845
+Z 531a4ace40faa7f01d5bbab9bdbb6578
-52067937803e6b36afc8f11c5d24059414208b77
\ No newline at end of file
+f5989a0bd3c218b13332896d94ef85e96befd16f
\ No newline at end of file