From 59edcfd702072a172fbc975faa38ac65218c1d3e Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 8 Nov 2020 07:27:48 -0400 Subject: [PATCH] build: fix update-versions rule This was missed in the rename of the 'version' file to version.txt --- Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.43.0