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

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

[nongnu] elpa/idris-mode 753b594 5/8: [ fixup ] add missing dependency.


From: ELPA Syncer
Subject: [nongnu] elpa/idris-mode 753b594 5/8: [ fixup ] add missing dependency.
Date: Wed, 3 Nov 2021 10:57:49 -0400 (EDT)

branch: elpa/idris-mode
commit 753b594962363685e85090616e2834f6d6edb3e2
Author: Jan de Muijnck-Hughes <jan.deMuijnck-Hughes@glasgow.ac.uk>
Commit: Jan de Muijnck-Hughes <jan.deMuijnck-Hughes@glasgow.ac.uk>

    [ fixup ] add missing dependency.
---
 Makefile | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 60c4510..a4a1833 100644
--- a/Makefile
+++ b/Makefile
@@ -3,13 +3,19 @@
 
 EMACS ?= emacs
 
+NEED_PKGS=prop-menu
+
 BATCHEMACS=$(EMACS) --batch --no-site-file -q \
        -eval '(add-to-list (quote load-path) "${PWD}/")' \
        -eval '(require (quote package))' \
        -eval '(add-to-list (quote package-archives) (quote ("melpa" . 
"http://melpa.org/packages/";)) t)' \
        -eval '(package-initialize)'
 
-BYTECOMP = $(BATCHEMACS) -eval '(progn (require (quote bytecomp)) (setq 
byte-compile-warnings t) (setq byte-compile-error-on-warn t))' -f 
batch-byte-compile
+BYTECOMP = $(BATCHEMACS) \
+       -eval '(require (quote bytecomp))'
+       -eval '(setq byte-compile-warnings t)' \
+       -eval '(setq byte-compile-error-on-warn t)' \
+       -f batch-byte-compile
 
 OBJS = idris-commands.elc              \
        idris-common-utils.elc          \
@@ -60,7 +66,6 @@ clean:
        -rm -rf test-data/build/
 
 getdeps:
-
        $(BATCHEMACS) -eval \
                "(let* \
                    ((need-pkgs '($(NEED_PKGS))) \



reply via email to

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