# HG changeset patch # User Glenn Morris # Date 1214528056 0 # Node ID c564b17ce35e31156feb71600befd940a3d34d98 # Parent a3b727d1ef8cf85ce0e064270ef74ac11e820024 (.el.elc): Copy the echo behavior of lisp/Makefile.in. diff -r a3b727d1ef8c -r c564b17ce35e leim/Makefile.in --- a/leim/Makefile.in Fri Jun 27 00:38:43 2008 +0000 +++ b/leim/Makefile.in Fri Jun 27 00:54:16 2008 +0000 @@ -153,7 +153,8 @@ .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}