From: drh Date: Sat, 1 Dec 2007 19:25:17 +0000 (+0000) Subject: Another fix to Makefile.in for mingw. (CVS 4586) X-Git-Tag: version-3.6.10~1591 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c1cddbe86d626573f62ee28200de7de3c294d99;p=thirdparty%2Fsqlite.git Another fix to Makefile.in for mingw. (CVS 4586) FossilOrigin-Name: cfaeb02554ab86fffbfb8eb2a78c7d8a59a9cba5 --- diff --git a/Makefile.in b/Makefile.in index 1d48bbc21c..5efb24a775 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/manifest b/manifest index 164cd9ed38..041c8a725d 100644 --- 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 diff --git a/manifest.uuid b/manifest.uuid index c24575d2e5..7d8d0ef238 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -2ea78d2cbd86edda6f998fbb364800d3ecf76479 \ No newline at end of file +cfaeb02554ab86fffbfb8eb2a78c7d8a59a9cba5 \ No newline at end of file