]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Another fix to Makefile.in for mingw. (CVS 4586)
authordrh <drh@noemail.net>
Sat, 1 Dec 2007 19:25:17 +0000 (19:25 +0000)
committerdrh <drh@noemail.net>
Sat, 1 Dec 2007 19:25:17 +0000 (19:25 +0000)
FossilOrigin-Name: cfaeb02554ab86fffbfb8eb2a78c7d8a59a9cba5

Makefile.in
manifest
manifest.uuid

index 1d48bbc21cf011431607cf0d08df2ccc430eb620..5efb24a77559b74d2d73ff21254a52cdfedd5c7b 100644 (file)
@@ -578,7 +578,7 @@ install:    sqlite3$(BEXE) libsqlite3.la sqlite3.h ${HAVE_TCL:1=tcl_install}
        $(INSTALL) -d $(DESTDIR)$(libdir)
        $(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir)
        $(INSTALL) -d $(DESTDIR)$(exec_prefix)/bin
-       $(LTINSTALL) sqlite3 $(DESTDIR)$(exec_prefix)/bin
+       $(LTINSTALL) sqlite3$(BEXE) $(DESTDIR)$(exec_prefix)/bin
        $(INSTALL) -d $(DESTDIR)$(prefix)/include
        $(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(prefix)/include
        $(INSTALL) -m 0644 $(TOP)/src/sqlite3ext.h $(DESTDIR)$(prefix)/include
index 164cd9ed38d7977e098abaf6686a009cfaec8376..041c8a725deaf72ec7167827bd9d08d7e4697ba8 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,7 +1,7 @@
-C Beginning\sattempts\sat\scasting\sthe\ssqlite.h.in\sdocumentation\sinto\nformal\srequirements.\s(CVS\s4585)
-D 2007-12-01T19:23:20
+C Another\sfix\sto\sMakefile.in\sfor\smingw.\s(CVS\s4586)
+D 2007-12-01T19:25:17
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
-F Makefile.in 44c3179a7dcf801bb49e2b523c500de513467ff5
+F Makefile.in 30789bf70614bad659351660d76b8e533f3340e9
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
 F VERSION 37c652fc2532226ab2fef7184de9500dafa52d7d
@@ -595,7 +595,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P fdca98d1eb44c05ffb3c42acb9f87f57460c4cc8
-R 3756a1c3115d4376eaeab07df26a7961
+P 2ea78d2cbd86edda6f998fbb364800d3ecf76479
+R 808f25179a2f4966fb39356145e52393
 U drh
-Z 83858b2badc05c58fd14426d0ed4fe8f
+Z 7c18109dc26100992632a8107a593428
index c24575d2e59d87170f8ed44e7806768d3e1d4425..7d8d0ef238a791b7c5a0a3ef3de6f072a50a17ae 100644 (file)
@@ -1 +1 @@
-2ea78d2cbd86edda6f998fbb364800d3ecf76479
\ No newline at end of file
+cfaeb02554ab86fffbfb8eb2a78c7d8a59a9cba5
\ No newline at end of file