From: mistachkin Date: Sat, 10 Oct 2015 02:06:05 +0000 (+0000) Subject: Remove a couple superfluous double quotes in the MSVC makefile. X-Git-Tag: version-3.10.0~237^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba461cac7b112037b75ed7a0d7b49f10204de6fc;p=thirdparty%2Fsqlite.git Remove a couple superfluous double quotes in the MSVC makefile. FossilOrigin-Name: 0f9e205b28e013412b19dfd588f2a6cf341c40e8 --- diff --git a/Makefile.msc b/Makefile.msc index d8459e8492..d838aa685c 100644 --- a/Makefile.msc +++ b/Makefile.msc @@ -1852,7 +1852,7 @@ dll: sqlite3.dll sqlite3.def: libsqlite3.lib echo EXPORTS > sqlite3.def dumpbin /all libsqlite3.lib \ - | $(TCLSH_CMD) $(TOP)\tool\replace.tcl include "^\s+1 _?(sqlite3_.*)$$" "\1" \ + | $(TCLSH_CMD) $(TOP)\tool\replace.tcl include "^\s+1 _?(sqlite3_.*)$$" \1 \ | sort >> sqlite3.def sqlite3.dll: $(LIBOBJ) $(LIBRESOBJS) $(CORE_LINK_DEP) diff --git a/manifest b/manifest index ac0312bb8a..7f0ed5c665 100644 --- a/manifest +++ b/manifest @@ -1,8 +1,8 @@ -C Fix\stypo\sin\sthe\sMSVC\smakefile.\s\sReplace\sremaining\suses\sof\sAWK\sin\sthe\sMSVC\smakefile\swith\sa\sTcl\sscript. -D 2015-10-10T01:55:57.399 +C Remove\sa\scouple\ssuperfluous\sdouble\squotes\sin\sthe\sMSVC\smakefile. +D 2015-10-10T02:06:05.870 F Makefile.in 2a247c733c2dd6fab703df04dd009b26413956f5 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 -F Makefile.msc d40af03b1453a4f5b132cfa5ffef36a4c4fc3338 +F Makefile.msc b32cae4343a16d4eb1c0dec49ee6877e54ad9678 F README.md 8ecc12493ff9f820cdea6520a9016001cb2e59b7 F VERSION ccfc4d1576dbfdeece0a4372a2e6a2e37d3e7975 F aclocal.m4 a5c22d164aff7ed549d53a90fa56d56955281f50 @@ -1390,7 +1390,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P 43addd8aa04c3faceb9d303672e330294af01a16 -R 006632f80fd4c638e12a5eb804e62e4f +P f8c2193b64979a2fe480fcf913573b5fac06235e +R 7cc2a5813618966360cf80bf66f0084c U mistachkin -Z 791ad8ca8445d57bc0ffe78a443c7839 +Z d70bac36f21bbf58c368f1d4e150ed30 diff --git a/manifest.uuid b/manifest.uuid index 33acad9038..b2060c7cc5 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -f8c2193b64979a2fe480fcf913573b5fac06235e \ No newline at end of file +0f9e205b28e013412b19dfd588f2a6cf341c40e8 \ No newline at end of file