X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;fp=Makefile.local;h=631fef3cb01d747731d5534102b70d8e81eb360a;hp=dde7981ba3df65133d47fe170a591fe8b28e791f;hb=59edcfd702072a172fbc975faa38ac65218c1d3e;hpb=981d5a01689937ba45f3cd9dbdcdc65e6d264286 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).