mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
emacs/Makefile.local: notmuch-lib.elc depend on notmuch-version.elc
emacs/make-depend.el will compute all other related dependencies except this one: notmuch-version is not top-level `require' expression in notmuc-lib.el[c] but conditional based on the existence of notmuch-version.el[c]. emacs/make-depend.el does not know now notmuch-version.el[c] becomes into existence but emacs/Makefile.local does know.
This commit is contained in:
parent
d98c0854b8
commit
a79936cd6f
1 changed files with 4 additions and 0 deletions
|
@ -53,6 +53,10 @@ $(dir)/.eldeps: $(dir)/Makefile.local $(dir)/make-deps.el $(emacs_sources)
|
||||||
$(dir)/.eldeps.x: $(dir)/.eldeps
|
$(dir)/.eldeps.x: $(dir)/.eldeps
|
||||||
@cmp -s $^ $@ || cp $^ $@
|
@cmp -s $^ $@ || cp $^ $@
|
||||||
-include $(dir)/.eldeps.x
|
-include $(dir)/.eldeps.x
|
||||||
|
|
||||||
|
# Add the one dependency make-deps.el does not have visibility to.
|
||||||
|
$(dir)/notmuch-lib.elc: $(dir)/notmuch-version.elc
|
||||||
|
|
||||||
endif
|
endif
|
||||||
CLEAN+=$(dir)/.eldeps $(dir)/.eldeps.tmp $(dir)/.eldeps.x
|
CLEAN+=$(dir)/.eldeps $(dir)/.eldeps.tmp $(dir)/.eldeps.x
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue