guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: build: Write emacs-autoloads.el to $(builddir).


From: Ludovic Courtès
Subject: 01/02: build: Write emacs-autoloads.el to $(builddir).
Date: Wed, 16 Mar 2016 17:41:59 +0000

civodul pushed a commit to branch master
in repository guix.

commit 1ac94ae1666b9f4a0991174fb43076d31be0ee72
Author: Ludovic Courtès <address@hidden>
Date:   Wed Mar 16 17:02:53 2016 +0100

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

diff --git a/emacs.am b/emacs.am
index 9276c12..1897e2e 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)\")))"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]