diff options
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r-- | lisp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 8c06ad65227..3d22b901bb8 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -248,7 +248,7 @@ compile-always: $(lisp)/subdirs.el doit fi \ done -compile-calc: +compile-calc: for el in `find $(lisp)/calc -name '*.el'`; do \ echo Compiling $$el; \ $(emacs) -f batch-byte-compile $$el || exit 1; \ |