diff options
| author | David Bremner <david@tethera.net> | 2025-02-15 15:41:29 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-02-22 07:07:46 -0400 |
| commit | 84e53f70229c42f82ca86b5b1b88a4afeaff7eae (patch) | |
| tree | 473449a932924959d1113afda32d495f127b69b1 /Makefile.local | |
| parent | d526797ad198e394bb8b4909f43976b76fb347f1 (diff) | |
build: remove handling for legacy python bindings version
The legacy python bindings are no longer built.
Diffstat (limited to 'Makefile.local')
| -rw-r--r-- | Makefile.local | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.local b/Makefile.local index 7699c208..2cc9bd29 100644 --- a/Makefile.local +++ b/Makefile.local @@ -60,9 +60,7 @@ dist: $(TAR_FILE) .PHONY: update-versions update-versions: - sed -i -e "s/^__VERSION__[[:blank:]]*=.*$$/__VERSION__ = \'${VERSION}\'/" \ - -e "s/^SOVERSION[[:blank:]]*=.*$$/SOVERSION = \'${LIBNOTMUCH_VERSION_MAJOR}\'/" \ - ${PV_FILE} + @echo nothing to do # We invoke make recursively only to force ordering of our phony # targets in the case of parallel invocation of make (-j). |
