aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/Makefile.local b/emacs/Makefile.local
index ca039e59..dcb49953 100644
--- a/emacs/Makefile.local
+++ b/emacs/Makefile.local
@@ -21,7 +21,7 @@ emacs_sources := \
$(dir)/notmuch-version.el
$(dir)/notmuch-version.el: $(dir)/Makefile.local version.stamp
-$(dir)/notmuch-version.el: $(dir)/notmuch-version.el.tmpl
+$(dir)/notmuch-version.el: $(srcdir)/$(dir)/notmuch-version.el.tmpl
@sed -e 's/%AG%/Generated file (from $(<F)) -- do not edit!/' \
-e 's/%VERSION%/"$(VERSION)"/' $< > $@