diff options
| -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"; \ |