]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Add missing prefix & exec_prefix to Makefile - fixes #2979. (CVS 4835)
authormlcreech <mlcreech@noemail.net>
Fri, 7 Mar 2008 02:20:56 +0000 (02:20 +0000)
committermlcreech <mlcreech@noemail.net>
Fri, 7 Mar 2008 02:20:56 +0000 (02:20 +0000)
FossilOrigin-Name: 4cda019b63e8ba9f1101fb296a7d745c69e84e00

Makefile.in
manifest
manifest.uuid

index 97b4b30745e5a0ef02268e2cf284e4aa237399ba..bb9e946218f351bb32408be632a45281cff74d15 100644 (file)
@@ -102,6 +102,8 @@ SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
 
 # Some standard variables and programs
 #
+prefix = @prefix@
+exec_prefix = @exec_prefix@
 libdir = @libdir@
 bindir = @bindir@
 includedir = @includedir@
index ceeefd7e8bdafaab530efa9558ed3351b6e09168..65f6c06e71ccd71120041625111652a2e6e1bdac 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,7 +1,7 @@
-C Updates\sto\sthe\slocking-style\scode\sin\sos_unix.c.\s\sNot\syet\sworking.\s(CVS\s4834)
-D 2008-03-07T00:27:10
+C Add\smissing\sprefix\s&\sexec_prefix\sto\sMakefile\s-\sfixes\s#2979.\s(CVS\s4835)
+D 2008-03-07T02:20:57
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
-F Makefile.in 724ca16b1b62dd123344b2945b906f9e6d922ff8
+F Makefile.in d521464011d6965bbda1b699f1850c6e33141c73
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
 F README b974cdc3f9f12b87e851b04e75996d720ebf81ac
 F VERSION 2e206fc9458bf10a8c3ba2d13bf521a04ef441c6
@@ -623,7 +623,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 8044623062e9aa43593c46e3e5d5bc7361ea7418
-R 0ade21cdb2beced327069a3136a9d80f
-U drh
-Z 33a6ec815f80c4e0995bb3a35a490baa
+P 6ebce3b798c60050fb3c583d805570bb06837108
+R 5a209571ae05392be15c187e2628a20a
+U mlcreech
+Z dc5ddeca7e7a10617e051ee18db0b672
index cb048c34d24d3f62c9f4d38be558a3ff7331b5d4..d5aa98579b84aefc78a7850501722b6d51323e35 100644 (file)
@@ -1 +1 @@
-6ebce3b798c60050fb3c583d805570bb06837108
\ No newline at end of file
+4cda019b63e8ba9f1101fb296a7d745c69e84e00
\ No newline at end of file