guix-devel
[Top][All Lists]
Advanced

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

[PATCH 11/13] build: Delete emacs/guix-autoloads.el when 'make clean'.


From: Mathieu Lirzin
Subject: [PATCH 11/13] build: Delete emacs/guix-autoloads.el when 'make clean'.
Date: Sun, 24 Jan 2016 21:19:29 +0100

* emacs.am (CLEANFILES) [HAVE_EMACS]: Add $(AUTOLOADS).
---
 emacs.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/emacs.am b/emacs.am
index 0342574..37cf183 100644
--- a/emacs.am
+++ b/emacs.am
@@ -67,4 +67,6 @@ $(AUTOLOADS): $(ELFILES)
             (update-directory-autoloads                                \
              (expand-file-name \"emacs\" \"$(srcdir)\")))"
 
+CLEANFILES += $(AUTOLOADS)
+
 endif HAVE_EMACS

reply via email to

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