From: Tomi Ollila Date: Sat, 12 Apr 2014 11:59:46 +0000 (+0300) Subject: emacs: add $(srcdir) to notmuch-version.el.tmpl dependency X-Git-Tag: 0.18_rc0~29 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=c2048addd40be3047231c786dd8162cfb80a8181 emacs: add $(srcdir) to notmuch-version.el.tmpl dependency This fixes out-of-tree build when generating emacs/notmuch-version.el. --- 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 $( $@