]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak MAIN_FIRST/ja-dic compilation
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 04:55:18 +0000 (06:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Jun 2022 04:55:26 +0000 (06:55 +0200)
* lisp/Makefile.in (MAIN_FIRST): ja-dic-utl isn't used in the
conversion process, to don't compile it early.

lisp/Makefile.in

index d326e1a924a5021a85e7e4a543543480a52b9af8..5f9ca016948a11406cc76ce0a287c15c146b665b 100644 (file)
@@ -94,11 +94,11 @@ COMPILE_FIRST += $(lisp)/emacs-lisp/loaddefs-gen.elc
 COMPILE_FIRST += $(lisp)/emacs-lisp/radix-tree.elc
 
 # Files to compile early in compile-main.  Works around bug#25556.
-# Also compile the ja-dic files used to convert the Japanese
-# dictionary to speed things up.
+# Also compile the ja-dic file used to convert the Japanese dictionary
+# to speed things up.
 MAIN_FIRST = ./emacs-lisp/eieio.el ./emacs-lisp/eieio-base.el \
   ./cedet/semantic/db.el ./emacs-lisp/cconv.el \
-  ./international/ja-dic-cnv.el ./international/ja-dic-utl.el
+  ./international/ja-dic-cnv.el
 
 # Prevent any settings in the user environment causing problems.
 unexport EMACSDATA EMACSDOC EMACSLOADPATH EMACSPATH