From: Glenn Morris Date: Fri, 27 Jun 2008 00:54:23 +0000 (+0000) Subject: (.el.elc): Copy the echo behavior of lisp/Makefile.in. X-Git-Tag: emacs-pretest-23.0.90~4441 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e0214ec45c53625e692758433a95233c237e720;p=emacs.git (.el.elc): Copy the echo behavior of lisp/Makefile.in. --- diff --git a/leim/ChangeLog b/leim/ChangeLog index d92d072296d..483723625fb 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2008-06-27 Glenn Morris + + * Makefile.in (.el.elc): Copy the echo behavior of lisp/Makefile.in. + 2008-06-24 Juanma Barranquero * makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc. diff --git a/leim/Makefile.in b/leim/Makefile.in index 62c46b3ad91..122156e5137 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -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}