summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-08-07 14:02:42 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-08-07 14:02:51 +0200
commitc8833ba365b8476271b64fbd985d1cf7b1a9ad02 (patch)
tree7db7155fbf1c4f59025f1edc582c534c88aa85d0 /lisp/Makefile.in
parent9c0da894b9e69c8cb216585c5de1361be2e51812 (diff)
downloademacs-c8833ba365b8476271b64fbd985d1cf7b1a9ad02.tar.gz
Tweak autoloads lisp/Makefile.in dependencies
* lisp/Makefile.in (autoloads): Adjust the dependencies to what they were before, and update the comments.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 14582611fde..ff70401f5b9 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -171,10 +171,11 @@ org-manuals: main-first
## Comments on loaddefs generation:
-# In ../src, the emacs target depends on loaddefs but not on eg leim-list.
-# So having leim as a dependency of loaddefs (via gen-lisp) ensures leim-list
-# gets created before the final emacs is dumped. Having leim
-# dependencies in ../src as well would create a parallel race condition.
+# loaddefs depends on gen-lisp because in ../src, the emacs target
+# depends on loaddefs but not on eg leim-list. So having leim as a
+# dependency of loaddefs (via gen-lisp) ensures leim-list gets created
+# before the final emacs is dumped. Having leim dependencies in
+# ../src as well would create a parallel race condition.
#
# FIXME: Is the following true any more?
#
@@ -190,7 +191,7 @@ org-manuals: main-first
# "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
+autoloads: $(lisp)/emacs-lisp/loaddefs-gen.elc gen-lisp
$(AM_V_GEN)$(emacs) \
-l $(lisp)/emacs-lisp/loaddefs-gen.elc \
-f loaddefs-generate--emacs-batch ${SUBDIRS_ALMOST}