aboutsummaryrefslogtreecommitdiff
path: root/Makefile.local
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-11-08 07:27:48 -0400
committerDavid Bremner <david@tethera.net>2020-11-08 07:27:48 -0400
commit59edcfd702072a172fbc975faa38ac65218c1d3e (patch)
tree699f299ef04b765f720d1c8f16b396ccf54b1835 /Makefile.local
parent981d5a01689937ba45f3cd9dbdcdc65e6d264286 (diff)
build: fix update-versions rule
This was missed in the rename of the 'version' file to version.txt
Diffstat (limited to 'Makefile.local')
-rw-r--r--Makefile.local2
1 files changed, 1 insertions, 1 deletions
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).