Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2026-05-12 Mats Lidell <matsl@gnu.org>

* Makefile (HYPB_NATIVE_COMP): Use MAKE variable in recursive make.

2026-05-11 Mats Lidell <matsl@gnu.org>

* test/hyrolo-tests.el (hyrolo-tests--mail-to): Test error case.
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ GPG = \gpg
GZIP = \gzip -c
INSTALL = \install -m 644 -c
MKDIR = \mkdir -p
MAKE = \make
RM = \rm -f
TAR = \tar
ZIP = \zip -qry
Expand Down Expand Up @@ -386,7 +385,7 @@ bin: remove-elc src new-bin
# Native compilation (Requires Emacs built with native compilation support.)
.PHONY: eln
eln:
HYPB_NATIVE_COMP=yes make new-bin
HYPB_NATIVE_COMP=yes $(MAKE) new-bin

.PHONY: tags
tags: TAGS
Expand Down