From: David Bremner Date: Sun, 10 Sep 2023 23:13:13 +0000 (-0300) Subject: bindings/python-cffi: clean up _notmuch_config.py X-Git-Tag: archive/debian/0.38-1~6 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=32f24b97d053bbe9fee31dcc3d6582b6d87105e4;hp=db8bf6f7adcc5dcfa29b27f8584c785c495f001a;p=notmuch bindings/python-cffi: clean up _notmuch_config.py _notmuch_config.py is generated by configure, and cannot be cleaned up by the current python build system, since it is imported as a module by that same build system. Use DISTCLEAN rather than CLEAN for consistency with other configure related things. --- diff --git a/bindings/Makefile.local b/bindings/Makefile.local index 7b10af08..25ba1920 100644 --- a/bindings/Makefile.local +++ b/bindings/Makefile.local @@ -34,3 +34,6 @@ CLEAN += $(patsubst %,$(dir)/ruby/%, \ CLEAN += bindings/ruby/.vendorarchdir.time $(dir)/ruby.stamp CLEAN += bindings/python-cffi/build $(dir)/python-cffi.stamp + +DISTCLEAN += bindings/python-cffi/_notmuch_config.py +