]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Don't wrongly look for the amalgamation in $(TOP) (CVS 4890)
authormlcreech <mlcreech@noemail.net>
Wed, 19 Mar 2008 23:15:37 +0000 (23:15 +0000)
committermlcreech <mlcreech@noemail.net>
Wed, 19 Mar 2008 23:15:37 +0000 (23:15 +0000)
FossilOrigin-Name: 41d6ca31acbc0bd8555e5487ba3b695db5c9a81a

Makefile.in
manifest
manifest.uuid

index 9240dd4603c836ed1ba4c7c084ae810f6b1d805e..5f8c64b9032bce2966d9861eeeadea8d063c735f 100644 (file)
@@ -428,7 +428,7 @@ lemon$(BEXE):       $(TOP)/tool/lemon.c $(TOP)/tool/lempar.c
 # Rule to build the amalgamation
 #
 sqlite3.lo:    sqlite3.c
-       $(LTCOMPILE) -c $(TOP)/sqlite3.c
+       $(LTCOMPILE) -c sqlite3.c
 
 # Rules to build individual files
 #
index b47325790dea303c0ddfb31dcea64b5b5cf2b2fe..f02717046050d737db4b698ac0be4fa93ad04c29 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,7 +1,7 @@
-C Add\sa\snew\sinterface,\ssqlite3_context_db_handle(),\sthat\sreturns\sthe\sdatabase\nconnection\spointer\sfor\san\sapplication-defined\sfunction.\s(CVS\s4889)
-D 2008-03-19T21:45:51
+C Don't\swrongly\slook\sfor\sthe\samalgamation\sin\s$(TOP)\s(CVS\s4890)
+D 2008-03-19T23:15:38
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
-F Makefile.in 31182aff7a39a0a0fc41e2e68562d20d57a8b16e
+F Makefile.in 90256feffbc822b56e4ad0ebaa62f5871c8f0334
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
 F README b974cdc3f9f12b87e851b04e75996d720ebf81ac
 F VERSION 7a41970464b74225915bcaf9d76efd01f26e08f9
@@ -624,7 +624,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P a42caa8f83ce19af1e569c4545ea8b2449152430
-R b8b61f236a175c9fc88a201d83ba74e4
-U drh
-Z 21fe871d94106aa8de33714f83ee397a
+P 54c55cae556af5a16c0ce8be1a96d2932db80ad8
+R 7e61bb6e4e967339e4a75ce4dc843eb0
+U mlcreech
+Z 7f010621b3ceba2944f64512a57bb30d
index cbc97ef43e1855cdf1f399ec2776e8a49a08a03e..1a35252c61902186317531d5e213da5c09ea6106 100644 (file)
@@ -1 +1 @@
-54c55cae556af5a16c0ce8be1a96d2932db80ad8
\ No newline at end of file
+41d6ca31acbc0bd8555e5487ba3b695db5c9a81a
\ No newline at end of file