build: fix update-versions rule

This was missed in the rename of the 'version' file to version.txt
This commit is contained in:
David Bremner 2020-11-08 07:27:48 -04:00
parent 981d5a0168
commit 59edcfd702

View file

@ -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).