diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-14 16:02:34 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-14 16:06:06 +0200 |
commit | 096c081e51a2e4cefb3d47f8176af8797a6cd120 (patch) | |
tree | 3c3812d162295d18d433c7221636354440229541 | |
parent | 7dc4ab6e896f88b38da4278ec90db40c5931b75a (diff) | |
download | emacs-096c081e51a2e4cefb3d47f8176af8797a6cd120.tar.gz |
* src/Makefile.in (elnlisp): Delete autoload.eln from list.
-rw-r--r-- | src/Makefile.in | 1 |
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 \ |