From: mistachkin Date: Thu, 21 Jan 2016 18:56:10 +0000 (+0000) Subject: Fix typo in 'Makefile.in'. X-Git-Tag: version-3.11.0~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=153d3e91dbace8dc0c56ef7a80ea1e282208e3c5;p=thirdparty%2Fsqlite.git Fix typo in 'Makefile.in'. FossilOrigin-Name: 29a51c6dcc0ef7cab51aba0024e9c5bec89c6973 --- diff --git a/Makefile.in b/Makefile.in index 6859dcf854..a07279c3c9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1180,9 +1180,9 @@ lib_install: libsqlite3.la $(INSTALL) -d $(DESTDIR)$(libdir) $(LTINSTALL) libsqlite3.la $(DESTDIR)$(libdir) -install: sqlite3$(BEXE) lib_install sqlite3.h sqlite3.pc ${HAVE_TCL:1=tcl_install} +install: sqlite3$(TEXE) lib_install sqlite3.h sqlite3.pc ${HAVE_TCL:1=tcl_install} $(INSTALL) -d $(DESTDIR)$(bindir) - $(LTINSTALL) sqlite3$(BEXE) $(DESTDIR)$(bindir) + $(LTINSTALL) sqlite3$(TEXE) $(DESTDIR)$(bindir) $(INSTALL) -d $(DESTDIR)$(includedir) $(INSTALL) -m 0644 sqlite3.h $(DESTDIR)$(includedir) $(INSTALL) -m 0644 $(TOP)/src/sqlite3ext.h $(DESTDIR)$(includedir) diff --git a/manifest b/manifest index d459ef1f26..94fd201a3d 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Improved\scomments\son\sthe\sFORDELETE\shint.\s\sNo\slogic\schanges. -D 2016-01-21T15:55:37.704 -F Makefile.in 7be88f5b473891e3a8c07245ed60535fcda4f9ee +C Fix\stypo\sin\s'Makefile.in'. +D 2016-01-21T18:56:10.840 +F Makefile.in 027c1603f255390c43a426671055a31c0a65fdb4 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc c5ead4aa22ff6f528c755b07ed1e31184ac5b3d2 F README.md 8ecc12493ff9f820cdea6520a9016001cb2e59b7 @@ -1419,7 +1419,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P f60f025027ab3acdbc97701f81ff9c11c8463022 -R 58c662ebb54c7087fe70ba0b9b653627 -U drh -Z 656e64b9ebb4ed29ac85ca9fad2e65b0 +P a3cec529f0238e4ca1196fec420f2de80d28db78 +R 0153ee59df704041be1869f598c173fa +U mistachkin +Z cab32b4afad5b6a6884b5ccdb88994ac diff --git a/manifest.uuid b/manifest.uuid index 80d0db3e83..47bf74ce33 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -a3cec529f0238e4ca1196fec420f2de80d28db78 \ No newline at end of file +29a51c6dcc0ef7cab51aba0024e9c5bec89c6973 \ No newline at end of file