From: drh Date: Fri, 22 Jul 2011 10:33:04 +0000 (+0000) Subject: Use $(TCLSH_CMD) instead of tclsh in the autoconf makefile. X-Git-Tag: version-3.7.8~38^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=16b92eef35f6cbac591171ddad58d43f3350ebec;p=thirdparty%2Fsqlite.git Use $(TCLSH_CMD) instead of tclsh in the autoconf makefile. FossilOrigin-Name: fd36d8067b5a29d9acbf8c96b9d837406d0c0cce --- diff --git a/Makefile.in b/Makefile.in index 4a81e15664..2b3311ac99 100644 --- a/Makefile.in +++ b/Makefile.in @@ -785,7 +785,7 @@ parse.c: $(TOP)/src/parse.y lemon$(BEXE) $(TOP)/addopcodes.awk $(NAWK) -f $(TOP)/addopcodes.awk parse.h.temp >parse.h sqlite3.h: $(TOP)/src/sqlite.h.in $(TOP)/manifest.uuid $(TOP)/VERSION - tclsh $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h + $(TCLSH_CMD) $(TOP)/tool/mksqlite3h.tcl $(TOP) >sqlite3.h keywordhash.h: $(TOP)/tool/mkkeywordhash.c $(BCC) -o mkkeywordhash$(BEXE) $(OPT_FEATURE_FLAGS) $(OPTS) $(TOP)/tool/mkkeywordhash.c diff --git a/manifest b/manifest index 7053b7dba5..3ca5f67419 100644 --- a/manifest +++ b/manifest @@ -1,7 +1,7 @@ -C Compile\swith\sthe\sSQLITE_ENABLE_8_3_NAME\smacro\sset\sto\s2\sto\sforce\s8+3\sfilenames\nto\sbe\son\sall\sthe\stime. -D 2011-07-21T21:29:35.633 +C Use\s$(TCLSH_CMD)\sinstead\sof\stclsh\sin\sthe\sautoconf\smakefile. +D 2011-07-22T10:33:04.219 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f -F Makefile.in c1d7a7f4fd8da6b1815032efca950e3d5125407e +F Makefile.in b85ed0fdfb95fb6822bc1c8c6bd5873fc53a84c2 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 F Makefile.msc 9c76731c20561a33ce1257c70be3f029cedb62a6 F Makefile.vxworks c85ec1d8597fe2f7bc225af12ac1666e21379151 @@ -952,7 +952,7 @@ F tool/symbols.sh caaf6ccc7300fd43353318b44524853e222557d5 F tool/tostr.awk 11760e1b94a5d3dcd42378f3cc18544c06cfa576 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f F tool/warnings.sh 2ebae31e1eb352696f3c2f7706a34c084b28c262 -P 83191ad6f31536b0c1929938e1fbeb4cf6121ab0 -R f36be610ec3236a1941508a82c6dca72 +P ae83dac70173fecf203bf7e9f7bcb189d3e48f08 +R b476c21b2eaeefe9f084a953d275e8e3 U drh -Z be7120c77d6b184261113de7aebad3e1 +Z ff014274f8b77ee9173b86c8fcceebd1 diff --git a/manifest.uuid b/manifest.uuid index 35b1e172d6..f7999cc05f 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -ae83dac70173fecf203bf7e9f7bcb189d3e48f08 \ No newline at end of file +fd36d8067b5a29d9acbf8c96b9d837406d0c0cce \ No newline at end of file