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: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~1886^2~171 X-Git-Url: https://dgit.raspbian.org/?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 \