summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-08-14 16:02:34 +0200
committerStefan Kangas <stefan@marxist.se>2022-08-14 16:06:06 +0200
commit096c081e51a2e4cefb3d47f8176af8797a6cd120 (patch)
tree3c3812d162295d18d433c7221636354440229541
parent7dc4ab6e896f88b38da4278ec90db40c5931b75a (diff)
downloademacs-096c081e51a2e4cefb3d47f8176af8797a6cd120.tar.gz
* src/Makefile.in (elnlisp): Delete autoload.eln from list.
-rw-r--r--src/Makefile.in1
1 files changed, 0 insertions, 1 deletions
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 \