From: Stefan Monnier Date: Sun, 10 Oct 1999 19:22:20 +0000 (+0000) Subject: (compile): removed debugging print. X-Git-Tag: emacs-pretest-21.0.90~6479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4f875c87808d9cefb8d61c9f463ef20542db5cb7;p=emacs.git (compile): removed debugging print. --- diff --git a/lisp/Makefile b/lisp/Makefile index 73f80bf7111..8c56ff3a509 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -129,7 +129,6 @@ compile: doit fi; \ done; \ if test $$compile_it = y; then \ - echo $(emacs) --eval "$$loadpath" -f batch-byte-compile $$el; \ $(emacs) --eval "$$loadpath" -f batch-byte-compile $$el; \ else \ echo "Don't compile $$el"; \