From: drh Date: Mon, 7 May 2007 13:11:10 +0000 (+0000) Subject: Fix typo in Makefile.in. Ticket #2343 (CVS 3937) X-Git-Tag: version-3.4.0~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e91c756a14345b83675b269d925150eae9a7365;p=thirdparty%2Fsqlite.git Fix typo in Makefile.in. Ticket #2343 (CVS 3937) FossilOrigin-Name: db51f59a7bb7530f919858e2c51057839f6c9f4d --- diff --git a/Makefile.in b/Makefile.in index 23839370f9..80cf8e594a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -152,7 +152,7 @@ SRC = \ $(TOP)/src/legacy.c \ $(TOP)/src/loadext.c \ $(TOP)/src/main.c \ - $(TOP)/src/mallo.c \ + $(TOP)/src/malloc.c \ $(TOP)/src/os.c \ $(TOP)/src/os_unix.c \ $(TOP)/src/os_win.c \ diff --git a/manifest b/manifest index b34d0fafa0..9b93f34420 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Add\sinterface\sto\sconfigure\sSQLite\sto\suse\sICU\scollation\sfunctions.\s(CVS\s3936) -D 2007-05-07T11:53:14 -F Makefile.in ea8888bdcf53313d26576fcabcb6d0a10ecd35cd +C Fix\stypo\sin\sMakefile.in.\s\sTicket\s#2343\s(CVS\s3937) +D 2007-05-07T13:11:10 +F Makefile.in ab0f3cb6b34aa8ccec0bb57e6696fd4bd6b34a8f F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F VERSION 6de5e9812c227f00155cb59af3535017aef3e258 @@ -482,7 +482,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P f3ae4ac5fe0bfa2f91e76a6def86c444e51fe80b -R 20cd23ff512d65479e7ed637ec43cb14 -U danielk1977 -Z 04087bd460c94ac099a97176e3a307b1 +P b29a81b4fbb926fa09186340342848b9fe589033 +R 070abd22aa31f658bb086ef0bcccfbd9 +U drh +Z 0f63f70a104768ba21532b79aaca7f73 diff --git a/manifest.uuid b/manifest.uuid index 4d788566b8..45850981af 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -b29a81b4fbb926fa09186340342848b9fe589033 \ No newline at end of file +db51f59a7bb7530f919858e2c51057839f6c9f4d \ No newline at end of file