summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2022-06-01 17:53:29 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2022-06-01 17:53:29 +0200
commitce847d3a7e30bc1ee418309f1fafeedd9d269735 (patch)
tree263631263419c25fc3008a2c11021046a2ef8715 /lisp/Makefile.in
parentfccde521585c708a9108517204b3e9a88c25ab2f (diff)
downloademacs-ce847d3a7e30bc1ee418309f1fafeedd9d269735.tar.gz
Add a comment to lisp/Makefile.in
* lisp/Makefile.in: Add FIXME comment.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 0156b53ac67..040b9a4ca3b 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -176,6 +176,9 @@ org-manuals: main-first
# gets created before the final emacs is dumped. Having leim
# dependencies in ../src as well would create a parallel race condition.
#
+# FIXME: 2) is no longer correct, so perhaps we could add unidata to
+# gen-lisp now?
+#
# 2) Files that are marked no-update-autoloads still get recorded in loaddefs.
# So those files should be generated before we make autoloads, if we
# don't want a successive make autoloads to change the output file.