diff options
| author | Stefan Monnier | 1999-10-10 19:22:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 1999-10-10 19:22:20 +0000 |
| commit | 4f875c87808d9cefb8d61c9f463ef20542db5cb7 (patch) | |
| tree | 490e4654131887f77d92263b34013a83c43e691b | |
| parent | 6f0e64299a8f02e1eb9085acfe8873cf169ddb2b (diff) | |
| download | emacs-4f875c87808d9cefb8d61c9f463ef20542db5cb7.tar.gz emacs-4f875c87808d9cefb8d61c9f463ef20542db5cb7.zip | |
(compile): removed debugging print.
| -rw-r--r-- | lisp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/Makefile b/lisp/Makefile index 73f80bf7111..8c56ff3a509 100644 --- a/lisp/Makefile +++ b/lisp/Makefile | |||
| @@ -129,7 +129,6 @@ compile: doit | |||
| 129 | fi; \ | 129 | fi; \ |
| 130 | done; \ | 130 | done; \ |
| 131 | if test $$compile_it = y; then \ | 131 | if test $$compile_it = y; then \ |
| 132 | echo $(emacs) --eval "$$loadpath" -f batch-byte-compile $$el; \ | ||
| 133 | $(emacs) --eval "$$loadpath" -f batch-byte-compile $$el; \ | 132 | $(emacs) --eval "$$loadpath" -f batch-byte-compile $$el; \ |
| 134 | else \ | 133 | else \ |
| 135 | echo "Don't compile $$el"; \ | 134 | echo "Don't compile $$el"; \ |