Add the $(BEXE) suffix to every mention of "lemon" in the Makefile.in,
so that the build will work on OS/2. Ticket #2149. (CVS 3571) FossilOrigin-Name: f5989a0bd3c218b13332896d94ef85e96befd16f
This commit is contained in:
parent
c2c9eef6b3
commit
118bff9d59
@ -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
|
||||
|
||||
|
12
manifest
12
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
|
||||
|
@ -1 +1 @@
|
||||
52067937803e6b36afc8f11c5d24059414208b77
|
||||
f5989a0bd3c218b13332896d94ef85e96befd16f
|
Loading…
x
Reference in New Issue
Block a user