]> git.eshelyaron.com Git - emacs.git/commitdiff
Add an ldefs-boot.el target to the Makefile
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Dec 2021 03:54:20 +0000 (04:54 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 1 Dec 2021 03:55:18 +0000 (04:55 +0100)
* lisp/Makefile.in (ldefs-boot.el): Add a target to regenerate the
ldefs-boot.el file.

lisp/Makefile.in

index 60d1d10e5b2c1ae8f11315d052ed7f391621b9a7..4380a3bdb6e589c7366fb582de5105a20604facb 100644 (file)
@@ -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: