Not strictly necessary, but it's always better to be explicit. Signed-off-by: Pieter Praet <[email protected]> --- Makefile | 1 + 1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile index 5a1a7dd..af54dc0 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,7 @@ MAKEINFO ?= makeinfo INSTALL_INFO ?= install-info EMACS ?= emacs +EFLAGS ?= BATCH = $(EMACS) $(EFLAGS) -batch -Q -L . BATCHC = $(BATCH) -f batch-byte-compile -- 1.7.11.1 -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
