X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=2d6aedbdfd5d5e1c98485ad9b27ee69e635431cd;hb=da5029e2ac8dfd8a839de1f6a4701237d0b34db1;hp=4c06c52fe4a383f82230e2fd328475dbe658e062;hpb=ca076ce2736b5db2ec03afe1b0e09299b24f05ff;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 4c06c52f..2d6aedbd 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -53,6 +53,10 @@ $(dir)/.eldeps: $(dir)/Makefile.local $(dir)/make-deps.el $(emacs_sources) $(dir)/.eldeps.x: $(dir)/.eldeps @cmp -s $^ $@ || cp $^ $@ -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 CLEAN+=$(dir)/.eldeps $(dir)/.eldeps.tmp $(dir)/.eldeps.x