From 92ebbc12d85c7c93382147cdf0ae00a7f26500fc Mon Sep 17 00:00:00 2001 From: Mats Lidell Date: Tue, 12 May 2026 23:00:16 +0200 Subject: [PATCH] Do not set MAKE variable The MAKE variable is special to make and should not be changed. Makefile (HYPB_NATIVE_COMP): Use MAKE variable in recursive make. --- ChangeLog | 4 ++++ Makefile | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b5be0527..65e790a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2026-05-12 Mats Lidell + +* Makefile (HYPB_NATIVE_COMP): Use MAKE variable in recursive make. + 2026-05-11 Mats Lidell * test/hyrolo-tests.el (hyrolo-tests--mail-to): Test error case. diff --git a/Makefile b/Makefile index b5e5e73f..43d4b43e 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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