summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-11-30 13:49:36 +0100
committerAndrea Corallo <akrl@sdf.org>2021-11-30 15:42:41 +0100
commit99c276b3c0aee5599c1d281c1e9fe223810784ca (patch)
treec8690405464625f3a1e0d11ba90247cbdf9fc6f3 /lisp/Makefile.in
parent9b381a95ef6cd9194d64bfb17fd50bb99fa6cd32 (diff)
downloademacs-99c276b3c0aee5599c1d281c1e9fe223810784ca.tar.gz
Revert "Preload paren.el"
Reverting as the previous commit make this fix not anymore necessary. This reverts commit 340e527bed83ff0382446132c871088ad61d1745.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in15
1 files changed, 2 insertions, 13 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 3e764c5a787..60d1d10e5b2 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -91,19 +91,8 @@ COMPILE_FIRST = \
$(lisp)/emacs-lisp/byte-opt.elc \
$(lisp)/emacs-lisp/bytecomp.elc
ifeq ($(HAVE_NATIVE_COMP),yes)
-COMPILE_FIRST += \
- $(lisp)/emacs-lisp/comp.elc \
- $(lisp)/emacs-lisp/comp-cstr.elc \
- $(lisp)/emacs-lisp/cl-macs.elc \
- $(lisp)/emacs-lisp/rx.elc \
- $(lisp)/emacs-lisp/cl-seq.elc \
- $(lisp)/help-mode.elc \
- $(lisp)/emacs-lisp/cl-extra.elc \
- $(lisp)/emacs-lisp/gv.elc \
- $(lisp)/emacs-lisp/seq.elc \
- $(lisp)/emacs-lisp/cl-lib.elc \
- $(lisp)/emacs-lisp/warnings.elc \
- $(lisp)/emacs-lisp/subr-x.elc
+COMPILE_FIRST += $(lisp)/emacs-lisp/comp.elc
+COMPILE_FIRST += $(lisp)/emacs-lisp/comp-cstr.elc
endif
COMPILE_FIRST += $(lisp)/emacs-lisp/autoload.elc