X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=emacs%2FMakefile.local;h=c0d6b190c3c88ffa0b02a8a3471560e3df846ce2;hb=cc2722ba9e1b2854c5500eb7bb41910478aa8fce;hp=ca039e598ee59f5ede3308f2203d0f20abac496b;hpb=cab1415a94f09c529ca7323904c5a159c996cbe0;p=notmuch diff --git a/emacs/Makefile.local b/emacs/Makefile.local index ca039e59..c0d6b190 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 $( $@ @@ -69,7 +69,7 @@ install: install-emacs endif .PHONY: install-emacs -install-emacs: +install-emacs: $(emacs_sources) $(emacs_images) mkdir -p "$(DESTDIR)$(emacslispdir)" install -m0644 $(emacs_sources) "$(DESTDIR)$(emacslispdir)" ifeq ($(HAVE_EMACS),1)