]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add the $(BEXE) suffix to every mention of "lemon" in the Makefile.in,
authordrh <drh@noemail.net>
Mon, 8 Jan 2007 13:40:36 +0000 (13:40 +0000)
committerdrh <drh@noemail.net>
Mon, 8 Jan 2007 13:40:36 +0000 (13:40 +0000)
so that the build will work on OS/2.  Ticket #2149. (CVS 3571)

FossilOrigin-Name: f5989a0bd3c218b13332896d94ef85e96befd16f

Makefile.in
manifest
manifest.uuid

index 96e4b31d6c6e35fec5e5e0d1677e39fb6bc7d18a..241c16459fe878f0954d229bb13b3fcd07dd9611 100644 (file)
@@ -303,7 +303,7 @@ target_source:      $(SRC) parse.c opcodes.c keywordhash.h $(VDBEHDR)
 # 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 .
 
 
@@ -391,7 +391,7 @@ parse.h:    parse.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
 
index aee5a474154fae65773219783976b1aaf4d1bc4f..12a910b47f1409fc4da972d59e991b0ac4556b0c 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
-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
@@ -424,7 +424,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 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
index 26629a5992c179da89584b9b4f39c790fdb638a7..fe1d513b726680d0a7de0874c382fb36e6ca9640 100644 (file)
@@ -1 +1 @@
-52067937803e6b36afc8f11c5d24059414208b77
\ No newline at end of file
+f5989a0bd3c218b13332896d94ef85e96befd16f
\ No newline at end of file