From: rse Date: Fri, 24 Aug 2007 18:32:58 +0000 (+0000) Subject: fix cleanup by removing sqlite3.pc (generated by 'configure') on 'make distclean... X-Git-Tag: version-3.6.10~1887 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e806566248b66eca7e5ade2d816c273170b23c27;p=thirdparty%2Fsqlite.git fix cleanup by removing sqlite3.pc (generated by 'configure') on 'make distclean', too (CVS 4290) FossilOrigin-Name: 3c908648353a575c3ff57be5dd9454a946d23b9f --- diff --git a/Makefile.in b/Makefile.in index 5c99c41a4d..706eef5165 100644 --- a/Makefile.in +++ b/Makefile.in @@ -709,7 +709,7 @@ clean: rm -f sqlite3.dll sqlite3.lib sqlite3.def distclean: clean - rm -f config.log config.status libtool Makefile config.h + rm -f config.log config.status libtool Makefile config.h sqlite3.pc # # Windows section diff --git a/manifest b/manifest index cf9cb90604..31be35e225 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Rework\sthe\swin32\sOS\sdriver\sto\suse\smalloc()/free()\sdirectly\srather\sthan\ngoing\sthrough\sthe\sSQLite\smemory\sallocation\slayer.\s\sWith\sthis\schange,\sthe\ncomplete\squick.test\sscript\snow\sruns\son\swindows.\s\sThere\sare\sa\sfew\serrors,\nbut\sno\ssegfaults.\s\sProgress.\s(CVS\s4289) -D 2007-08-24T17:52:22 -F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe +C fix\scleanup\sby\sremoving\ssqlite3.pc\s(generated\sby\s'configure')\son\s'make\sdistclean',\stoo\s(CVS\s4290) +D 2007-08-24T18:32:58 +F Makefile.in 938f2769921fa1b30c633548f153804021eb1512 F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F VERSION 6200589421a0dfe968cd39c431fc62277b963540 @@ -561,7 +561,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5 -P 300038be9368556a29efce7cf3657fabfe54d8f9 -R 0a2a5a36c710c522d6264ba61711edb8 -U drh -Z 406394629a8b606a2b3b32abdcbdee35 +P 75aad316981690d7a93ea6ac1c187f7d98f6d715 +R f6a11940cfa72ad9ecda6e5766c84640 +U rse +Z 245dfea7d964a682d4ba69761182e105 diff --git a/manifest.uuid b/manifest.uuid index 15050fe6d3..8fd5b66fd1 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -75aad316981690d7a93ea6ac1c187f7d98f6d715 \ No newline at end of file +3c908648353a575c3ff57be5dd9454a946d23b9f \ No newline at end of file