diff options
Diffstat (limited to 'leim')
-rw-r--r-- | leim/Makefile.in | 3 |
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} |