aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/Makefile.local
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/Makefile.local')
-rw-r--r--emacs/Makefile.local4
1 files changed, 2 insertions, 2 deletions
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 $<