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.
This commit is contained in:
David Bremner 2023-09-10 20:13:13 -03:00
parent db8bf6f7ad
commit 32f24b97d0

View file

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