branch: elpa/helm
commit fba5f9654f0dab97c3bc845bd7c6fe5bab0fc6cd
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix echo call in make file
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b0b0a929ff..2429fef13b 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ compile: $(ELC)
 
 # Compile all files at once
 batch-compile:
-       echo Compiling helm with $(EMACS_COMMAND)
+       @echo Compiling helm with $(EMACS_COMMAND)
        $(EMACS) $(LOADPATH) -f batch-byte-compile $(EL)
 
 # Remove all generated files

Reply via email to