mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-28 21:54:10 +01:00
emacs: add $(srcdir) to notmuch-version.el.tmpl dependency
This fixes out-of-tree build when generating emacs/notmuch-version.el.
This commit is contained in:
parent
3921d2345a
commit
c2048addd4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ emacs_sources := \
|
||||||
$(dir)/notmuch-version.el
|
$(dir)/notmuch-version.el
|
||||||
|
|
||||||
$(dir)/notmuch-version.el: $(dir)/Makefile.local version.stamp
|
$(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!/' \
|
@sed -e 's/%AG%/Generated file (from $(<F)) -- do not edit!/' \
|
||||||
-e 's/%VERSION%/"$(VERSION)"/' $< > $@
|
-e 's/%VERSION%/"$(VERSION)"/' $< > $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue