From 2eaf1e3efcaa08cf2da6163a1e4360c605fa797c Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 16 Aug 2023 10:18:20 +0200 Subject: [PATCH] * lisp/Makefile.in (compile-targets): Always byte compile native comp. --- lisp/Makefile.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 5af2168a827..c4dd1e7a1f3 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -351,11 +351,7 @@ compile-first: $(COMPILE_FIRST) # TARGETS is set dynamically in the recursive call from 'compile-main'. # Do not build comp.el unless necessary not to exceed max-lisp-eval-depth # in normal builds. -ifneq ($(HAVE_NATIVE_COMP),yes) -compile-targets: $(filter-out ./emacs-lisp/comp-cstr.elc,$(filter-out ./emacs-lisp/comp.elc,$(TARGETS))) -else compile-targets: $(TARGETS) -endif # Compile all the Elisp files that need it. Beware: it approximates # 'no-byte-compile', so watch out for false-positives! -- 2.39.2