X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2FMakefile.local;h=1c09d87aa8f33c2dd453392c2b7a15a346ae29d2;hp=1c4166feca88d86164bc088d790685522f7f1062;hb=3e4a9d60a9419621b08c647a306843d76c47c2cb;hpb=38f46b6869d3c5f4555e2da3a07700b3c94583a7 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 $<