1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

(.el.elc): Copy the echo behavior of lisp/Makefile.in.

This commit is contained in:
Glenn Morris 2008-06-27 00:54:23 +00:00
parent d88acfe1d5
commit 8e0214ec45
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-27 Glenn Morris <rgm@gnu.org>
* Makefile.in (.el.elc): Copy the echo behavior of lisp/Makefile.in.
2008-06-24 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.

View File

@ -153,7 +153,8 @@ NON-TIT-MISC=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${OTHERS}
.SUFFIXES: .elc .el
.el.elc:
${RUN-EMACS} -f batch-byte-compile $<
@echo Compiling $<
@${RUN-EMACS} -f batch-byte-compile $<
all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD}