From 450d9ef9a5c9f99a969b3053dca626a193debee3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 27 Jun 2008 00:54:16 +0000 Subject: (.el.elc): Copy the echo behavior of lisp/Makefile.in. --- leim/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'leim') 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} -- cgit v1.2.1