mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 19:38:07 +01:00
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:
parent
db8bf6f7ad
commit
32f24b97d0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue