mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* lisp/Makefile.in (compile-targets): Always byte compile native comp.
This commit is contained in:
parent
3e51847801
commit
2eaf1e3efc
1 changed files with 0 additions and 4 deletions
|
|
@ -351,11 +351,7 @@ compile-first: $(COMPILE_FIRST)
|
||||||
# TARGETS is set dynamically in the recursive call from 'compile-main'.
|
# 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
|
# Do not build comp.el unless necessary not to exceed max-lisp-eval-depth
|
||||||
# in normal builds.
|
# 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)
|
compile-targets: $(TARGETS)
|
||||||
endif
|
|
||||||
|
|
||||||
# Compile all the Elisp files that need it. Beware: it approximates
|
# Compile all the Elisp files that need it. Beware: it approximates
|
||||||
# 'no-byte-compile', so watch out for false-positives!
|
# 'no-byte-compile', so watch out for false-positives!
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue