X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2FMakefile.local;h=1c09d87aa8f33c2dd453392c2b7a15a346ae29d2;hb=4f04d2734f5e6a765aac05dbb205565774782123;hp=1c4166feca88d86164bc088d790685522f7f1062;hpb=1a915d1b3852c5771507710ed470547b53b1c7ec;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 1c4166fe..1c09d87a 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -15,9 +15,9 @@ emacs_sources := \ $(dir)/coolj.el emacs_images := \ - $(dir)/notmuch-logo.png + $(srcdir)/$(dir)/notmuch-logo.png -emacs_bytecode := $(subst .el,.elc,$(emacs_sources)) +emacs_bytecode = $(emacs_sources:.el=.elc) %.elc: %.el $(call quiet,EMACS) --directory emacs -batch -f batch-byte-compile $<