From 1ac94ae1666b9f4a0991174fb43076d31be0ee72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 16 Mar 2016 17:02:53 +0100 Subject: [PATCH] build: Write emacs-autoloads.el to $(builddir). * emacs.am ($(AUTOLOADS)): Write to $(builddir), not $(srcdir). --- emacs.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.am b/emacs.am index 9276c12f36..1897e2e956 100644 --- a/emacs.am +++ b/emacs.am @@ -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)\")))"