]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/Makefile.local
Makefile: Fix Makefiles to depend on all child Makefile fragments.
[notmuch] / emacs / Makefile.local
index b895d11a9d6978ae8ba75485f9e25efbeaddd6ff..17ede8635e053326e51c83dd3ac83ab6433c73a1 100644 (file)
@@ -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)