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

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

[elpa] 01/01: Makefile: Do not specify --batch twice.


From: Mario Lang
Subject: [elpa] 01/01: Makefile: Do not specify --batch twice.
Date: Tue, 03 Jun 2014 12:25:09 +0000

mlang pushed a commit to branch externals/chess
in repository elpa.

commit 835e4f828a162cd93d6cd91e2d4d2a6a82cf8ad2
Author: Mario Lang <address@hidden>
Date:   Tue Jun 3 14:25:00 2014 +0200

    Makefile: Do not specify --batch twice.
---
 Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index d2661eb..f171ce9 100644
--- a/Makefile
+++ b/Makefile
@@ -28,10 +28,9 @@ chess-perft.elc: chess-fen.elc chess-ply.elc chess-pos.elc
 chess-ply.elc: chess-algebraic.elc
 
 .el.elc:
-       @$(EMACS) --batch -L . \
+       @$(EMACS) -L . \
        --eval "(defun byte-compile-dest-file (f) \"address@hidden")" \
        --eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"
 
-
 clean:
        rm -f *.elc



reply via email to

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