From: Stefan Kangas Date: Sun, 14 Aug 2022 14:02:34 +0000 (+0200) Subject: * src/Makefile.in (elnlisp): Delete autoload.eln from list. X-Git-Tag: emacs-29.0.90~1447^2~171 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=096c081e51a2e4cefb3d47f8176af8797a6cd120;p=emacs.git * src/Makefile.in (elnlisp): Delete autoload.eln from list. --- diff --git a/src/Makefile.in b/src/Makefile.in index 92a8790efdc..a7024bda461 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -845,7 +845,6 @@ ifeq ($(HAVE_NATIVE_COMP):$(NATIVE_DISABLED),yes:) ## List of *.eln files we need to produce in addition to the preloaded ## ones in $(lisp). elnlisp := \ - emacs-lisp/autoload.eln \ emacs-lisp/byte-opt.eln \ emacs-lisp/bytecomp.eln \ emacs-lisp/cconv.eln \