mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-08 15:35:02 +00:00
(.el.elc): Copy the echo behavior of lisp/Makefile.in.
This commit is contained in:
parent
d88acfe1d5
commit
8e0214ec45
@ -1,3 +1,7 @@
|
|||||||
|
2008-06-27 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.in (.el.elc): Copy the echo behavior of lisp/Makefile.in.
|
||||||
|
|
||||||
2008-06-24 Juanma Barranquero <lekktu@gmail.com>
|
2008-06-24 Juanma Barranquero <lekktu@gmail.com>
|
||||||
|
|
||||||
* makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.
|
* makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.
|
||||||
|
@ -153,7 +153,8 @@ NON-TIT-MISC=${CHINESE-NON-TIT} ${JAPANESE} ${KOREAN} ${EUROPEAN} ${OTHERS}
|
|||||||
.SUFFIXES: .elc .el
|
.SUFFIXES: .elc .el
|
||||||
|
|
||||||
.el.elc:
|
.el.elc:
|
||||||
${RUN-EMACS} -f batch-byte-compile $<
|
@echo Compiling $<
|
||||||
|
@${RUN-EMACS} -f batch-byte-compile $<
|
||||||
|
|
||||||
all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD}
|
all: ${BUILT-EMACS} ${SUBDIRS} leim-list.el ${WORLD}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user