mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
Ensure byte compilation of the ja-dic.el file
* lisp/Makefile.in (generate-ja-dic): Byte-compile the ja-dic.el file, too.
This commit is contained in:
parent
3e312d11ce
commit
b1ef37e81c
@ -153,8 +153,10 @@ $(lisp)/finder-inf.el:
|
||||
--eval '(setq generated-finder-keywords-file (unmsys--file-name "$(srcdir)/finder-inf.el"))' \
|
||||
-f finder-compile-keywords-make-dist ${SUBDIRS_FINDER}
|
||||
|
||||
# This is the OKURO-NASI compilation trigger.
|
||||
generate-ja-dic:
|
||||
$(MAKE) -C ../leim generate-ja-dic EMACS="$(EMACS)"
|
||||
$(AM_V_at)$(MAKE) -C ../leim generate-ja-dic EMACS="$(EMACS)"
|
||||
$(AM_V_at)$(MAKE) compile-targets TARGETS="./leim/ja-dic/ja-dic.elc"
|
||||
|
||||
## Comments on loaddefs generation:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user