summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-08-05 23:48:33 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-08-05 23:48:40 +0200
commit32c603e9e557aa8bc448bd0b3af493a9244d1aae (patch)
tree50cf71ea9ec6eb5dda20472d7fbb65c62cb05fe3 /lisp/Makefile.in
parentea6c2e92958a10c7fd6b250f40fec66ac54a59ff (diff)
downloademacs-32c603e9e557aa8bc448bd0b3af493a9244d1aae.tar.gz
Ensure that leim-list.el is built
* lisp/Makefile.in: Ensure that leim-list.el is built (bug#56998).
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index f0a66aafb5a..14582611fde 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -187,8 +187,10 @@ org-manuals: main-first
# The real dependencies of loaddefs.el aren't known to Make, they are
# implemented in loaddefs-generate--emacs-batch, so autoloads is an
-# "all" dependency.
-autoloads: $(lisp)/emacs-lisp/loaddefs-gen.elc
+# "all" dependency. "leim" isn't really a dependency here, but we
+# need leim-list.el at about the same time, so ensure that it's
+# generated, too.
+autoloads: $(lisp)/emacs-lisp/loaddefs-gen.elc leim
$(AM_V_GEN)$(emacs) \
-l $(lisp)/emacs-lisp/loaddefs-gen.elc \
-f loaddefs-generate--emacs-batch ${SUBDIRS_ALMOST}