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

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

[nongnu] elpa-admin 922d625 389/439: * GNUmakefile (EMACS): Split out EM


From: Philip Kaludercic
Subject: [nongnu] elpa-admin 922d625 389/439: * GNUmakefile (EMACS): Split out EMACSBIN for convenience
Date: Sun, 17 Oct 2021 15:48:42 -0400 (EDT)

branch: elpa-admin
commit 922d625d447c87952734d174476ccc50374085ed
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Mattias EngdegÄrd <mattiase@acm.org>

    * GNUmakefile (EMACS): Split out EMACSBIN for convenience
---
 GNUmakefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/GNUmakefile b/GNUmakefile
index c5d5a12..9dda824 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,7 +1,8 @@
 # Makefile for GNU Emacs Lisp Package Archive.
 #
 
-EMACS=emacs --batch
+EMACSBIN=emacs
+EMACS=$(EMACSBIN) --batch
 RM=rm -f
 
 PKG_DESCS_MK=.pkg-descs.mk



reply via email to

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