summaryrefslogtreecommitdiff
path: root/leim
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-27 00:54:16 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-27 00:54:16 +0000
commit450d9ef9a5c9f99a969b3053dca626a193debee3 (patch)
tree9da9ee1165e32f4be7a4e0250642ada2ef9b0230 /leim
parent1b71eedd49b838ef6bc50f59aecbbb6bf77436c2 (diff)
downloademacs-450d9ef9a5c9f99a969b3053dca626a193debee3.tar.gz
(.el.elc): Copy the echo behavior of lisp/Makefile.in.
Diffstat (limited to 'leim')
-rw-r--r--leim/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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}