emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2eaf1e3efca: * lisp/Makefile.in (compile-targets): Always byte co


From: Andrea Corallo
Subject: master 2eaf1e3efca: * lisp/Makefile.in (compile-targets): Always byte compile native comp.
Date: Wed, 16 Aug 2023 04:23:21 -0400 (EDT)

branch: master
commit 2eaf1e3efcaa08cf2da6163a1e4360c605fa797c
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>

    * 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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]