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

commit 6d943ea99ee0b6f625caee3d6a8afadfdbf064fc
Author: Mario Lang <ml...@delysid.org>
Date:   Tue Jun 3 18:21:23 2014 +0200

    Makefile: Use -f batch-byte-compile.
---
 Makefile |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

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

Reply via email to