summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-06-01 06:55:18 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-01 06:55:26 +0200
commita3cba47416ebc78e775d01a01955a03aa06df3b0 (patch)
tree97c2862bdac53f1ad0c5ec5757ec47796e828346 /lisp/Makefile.in
parent8a2dbf9f86f0c79c0e5c5c528ddcb6a5e3d89c00 (diff)
downloademacs-a3cba47416ebc78e775d01a01955a03aa06df3b0.tar.gz
Tweak MAIN_FIRST/ja-dic compilation
* lisp/Makefile.in (MAIN_FIRST): ja-dic-utl isn't used in the conversion process, to don't compile it early.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index d326e1a924a..5f9ca016948 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -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