From 32f24b97d053bbe9fee31dcc3d6582b6d87105e4 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 10 Sep 2023 20:13:13 -0300 Subject: [PATCH] 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. --- bindings/Makefile.local | 3 +++ 1 file changed, 3 insertions(+) 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 + -- 2.43.0