From: Lars Ingebrigtsen Date: Wed, 1 Dec 2021 03:54:20 +0000 (+0100) Subject: Add an ldefs-boot.el target to the Makefile X-Git-Tag: emacs-29.0.90~3633^2~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a4cf68af2b88396713a951c5e2597aed08b08477;p=emacs.git Add an ldefs-boot.el target to the Makefile * lisp/Makefile.in (ldefs-boot.el): Add a target to regenerate the ldefs-boot.el file. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 60d1d10e5b2..4380a3bdb6e 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -205,6 +205,9 @@ autoloads-force: rm -f $(lisp)/loaddefs.el $(MAKE) autoloads +ldefs-boot.el: autoloads-force + cp $(lisp)/loaddefs.el $(lisp)/ldefs-boot.el + # This is required by the bootstrap-emacs target in ../src/Makefile, so # we know that if we have an emacs executable, we also have a subdirs.el. $(lisp)/subdirs.el: