aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2023-09-10 20:13:13 -0300
committerDavid Bremner <david@tethera.net>2023-09-12 07:37:32 -0300
commit32f24b97d053bbe9fee31dcc3d6582b6d87105e4 (patch)
treef845f8da031d718cd605fbf4a8c63cf367eefb63
parentdb8bf6f7adcc5dcfa29b27f8584c785c495f001a (diff)
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.
-rw-r--r--bindings/Makefile.local3
1 files changed, 3 insertions, 0 deletions
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
+