diff options
author | dan <Dan Kennedy> | 2023-10-27 15:31:44 +0000 |
---|---|---|
committer | dan <Dan Kennedy> | 2023-10-27 15:31:44 +0000 |
commit | a03932a790a62aef66282d8090f25cec462065cc (patch) | |
tree | 098bb4a9fc9f7e94410462f01e70b739566a4cee | |
parent | 1b2a93ea366a46d191376fc5b6db3f65e0bffe6c (diff) | |
download | sqlite-a03932a790a62aef66282d8090f25cec462065cc.tar.gz sqlite-a03932a790a62aef66282d8090f25cec462065cc.zip |
Fix to Makefile.in so that the "tool-zip" target can be run from outside the source tree.
FossilOrigin-Name: cd118da9db0680fab8761ff44384639b9d564b67a5dfb1280ab72e44ff57714d
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | manifest | 14 | ||||
-rw-r--r-- | manifest.uuid | 2 |
3 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in index 028791571..bdbfdd7e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1486,7 +1486,7 @@ snapshot-tarball: sqlite3.c sqlite3rc.h # Build a ZIP archive containing various command-line tools. # -tool-zip: testfixture sqlite3 sqldiff sqlite3_analyzer tool/mktoolzip.tcl +tool-zip: testfixture sqlite3 sqldiff sqlite3_analyzer $(TOP)/tool/mktoolzip.tcl ./testfixture $(TOP)/tool/mktoolzip.tcl # The next two rules are used to support the "threadtest" target. Building @@ -1,9 +1,9 @@ -C Cleanup\sshell.c\scomments.\sHide\s-utf8\soption,\sas\sit\sis\sundocumented\sand\saccepted\sonly\sfor\sbackward\scompatibility.\sNo\sfunctional\schanges\sexcept\sfor\s-help\scontent. -D 2023-10-27T13:59:05.662 +C Fix\sto\sMakefile.in\sso\sthat\sthe\s"tool-zip"\starget\scan\sbe\srun\sfrom\soutside\sthe\ssource\stree. +D 2023-10-27T15:31:44.997 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 -F Makefile.in 2ea4105b72561483befe0a18a37f94ca3adbc2324bad3770f99555d95fb9b0ea +F Makefile.in ab9045ee4781caaf92d7f9262768dcbb35e463aead30df4aa2d0c4e38ee0d2f6 F Makefile.linux-gcc f3842a0b1efbfbb74ac0ef60e56b301836d05b4d867d014f714fa750048f1ab6 F Makefile.msc c1aa09e0212d8609df041d13da6ca63198d1c1e29846f33104beecf19917102b F README.md 963d30019abf0cc06b263cd2824bce022893f3f93a531758f6f04ff2194a16a8 @@ -2139,8 +2139,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P dd6e03b37356e2961abd97f636402c09744c98c3033f3435503958c6219f9121 -R b4f027e64bba8f896523d3874bfe956c -U larrybr -Z 9d578a0ee37bec1d8a1793330bcc1208 +P 3a87995560b5acbebeb5af407aa9eddf4c37c6a27ec9429ece0ea931918f9d9c +R 0efb00b52520b1614c5871063698f7c2 +U dan +Z 057c60122b3365185e9a7fdd1b36a1c0 # Remove this line to create a well-formed Fossil manifest. diff --git a/manifest.uuid b/manifest.uuid index 5fa722c20..ed2689bce 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -3a87995560b5acbebeb5af407aa9eddf4c37c6a27ec9429ece0ea931918f9d9c
\ No newline at end of file +cd118da9db0680fab8761ff44384639b9d564b67a5dfb1280ab72e44ff57714d
\ No newline at end of file |