X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2FMakefile.local;h=17ede8635e053326e51c83dd3ac83ab6433c73a1;hp=b895d11a9d6978ae8ba75485f9e25efbeaddd6ff;hb=bf159bd829efb6aa73c68542949eb11d9a44d93c;hpb=ce6cfd6408e805aa8eee45131c4d6e6e4e62928a diff --git a/emacs/Makefile.local b/emacs/Makefile.local index b895d11a..17ede863 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -1,8 +1,7 @@ -dir=emacs -emacs_sources= \ - $(dir)/notmuch.el +dir := emacs +emacs_sources := $(dir)/notmuch.el -emacs_bytecode=$(subst .el,.elc,$(emacs_sources)) +emacs_bytecode := $(subst .el,.elc,$(emacs_sources)) emacs: $(emacs_bytecode)