summaryrefslogtreecommitdiff
path: root/emacs.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-03-16 17:02:53 +0100
committerLudovic Courtès <ludo@gnu.org>2016-03-16 17:02:53 +0100
commit1ac94ae1666b9f4a0991174fb43076d31be0ee72 (patch)
tree86eeec203c2da1a1396cc4743fa6ab12c8170e9e /emacs.am
parent23d60ba65c137abf472a25db7317154abfc4af4d (diff)
downloadgnu-guix-1ac94ae1666b9f4a0991174fb43076d31be0ee72.tar
gnu-guix-1ac94ae1666b9f4a0991174fb43076d31be0ee72.tar.gz
build: Write emacs-autoloads.el to $(builddir).
* emacs.am ($(AUTOLOADS)): Write to $(builddir), not $(srcdir).
Diffstat (limited to 'emacs.am')
-rw-r--r--emacs.am2
1 files changed, 1 insertions, 1 deletions
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)\")))"