~ruther/guix-local

1ac94ae1666b9f4a0991174fb43076d31be0ee72 — Ludovic Courtès 10 years ago 23d60ba
build: Write emacs-autoloads.el to $(builddir).

* emacs.am ($(AUTOLOADS)): Write to $(builddir), not $(srcdir).
1 files changed, 1 insertions(+), 1 deletions(-)

M emacs.am
M emacs.am => emacs.am +1 -1
@@ 64,7 64,7 @@ $(AUTOLOADS): $(ELFILES)
	$(AM_V_EMACS)$(EMACS) --batch --eval				\
	  "(let ((backup-inhibited t)					\
	         (generated-autoload-file				\
	          (expand-file-name \"$(AUTOLOADS)\" \"$(srcdir)\")))	\
	          (expand-file-name \"$(AUTOLOADS)\" \"$(builddir)\")))	\
	     (update-directory-autoloads				\
	      (expand-file-name \"emacs\" \"$(srcdir)\")))"