emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/async 14f48de 16/27: Fix Makefile


From: ELPA Syncer
Subject: [elpa] externals/async 14f48de 16/27: Fix Makefile
Date: Fri, 30 Apr 2021 15:57:12 -0400 (EDT)

branch: externals/async
commit 14f48de586b0977e3470f053b810d77b07ea427a
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix Makefile
    
    Let binding generated-autoload-file is no more working with recentest emacs.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d2dd4cf..46472ad 100644
--- a/Makefile
+++ b/Makefile
@@ -61,8 +61,8 @@ clean:
 
 # Make autoloads file
 autoloads:
-       $(EVAL) "(let ((generated-autoload-file (expand-file-name 
\"async-autoloads.el\" \"$(PKGDIR)\")) \
-(backup-inhibited t)) (update-directory-autoloads \"$(PKGDIR)\"))"
+       $(EVAL) "(progn (setq generated-autoload-file (expand-file-name 
\"helm-autoloads.el\" \"$(PKGDIR)\")) \
+(setq backup-inhibited t) (update-directory-autoloads \"$(PKGDIR)\"))"
 
 PREFIX=/usr/local/share/
 DESTDIR=${PREFIX}emacs/site-lisp/emacs-async/



reply via email to

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