]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/Makefile.in (compile-targets): Always byte compile native comp.
authorAndrea Corallo <acorallo@gnu.org>
Wed, 16 Aug 2023 08:18:20 +0000 (10:18 +0200)
committerAndrea Corallo <acorallo@gnu.org>
Wed, 16 Aug 2023 08:22:57 +0000 (10:22 +0200)
lisp/Makefile.in

index 5af2168a8279287858b7d1cfbc103a1bb7af9314..c4dd1e7a1f332ed2551f6b62d31ba3a853315b43 100644 (file)
@@ -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!