From: David Bremner Date: Sun, 8 Nov 2020 11:27:48 +0000 (-0400) Subject: build: fix update-versions rule X-Git-Tag: 0.31.1~5 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=59edcfd702072a172fbc975faa38ac65218c1d3e build: fix update-versions rule This was missed in the rename of the 'version' file to version.txt --- diff --git a/Makefile.local b/Makefile.local index dde7981b..631fef3c 100644 --- a/Makefile.local +++ b/Makefile.local @@ -54,7 +54,7 @@ update-versions: sed -i -e "s/^__VERSION__[[:blank:]]*=.*$$/__VERSION__ = \'${VERSION}\'/" \ -e "s/^SOVERSION[[:blank:]]*=.*$$/SOVERSION = \'${LIBNOTMUCH_VERSION_MAJOR}\'/" \ ${PV_FILE} - cp version bindings/python-cffi + cp version.txt bindings/python-cffi # We invoke make recursively only to force ordering of our phony # targets in the case of parallel invocation of make (-j).