From 24f6e371b7adc81773e07153cfaa262d8ea97e31 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 21 Jun 2008 19:48:40 +0000 Subject: [PATCH] (all): Explicitly pass EMACS to sub-make, for some non-GNU makes. --- lisp/ChangeLog | 3 +++ lisp/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfaffcb7bd4..e3e4a62c04d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,9 @@ 2008-06-21 Glenn Morris + * Makefile.in (all): Explicitly pass EMACS to sub-make, + for some non-GNU makes. + * cus-dep.el (custom-dependencies-no-scan-regexp): * finder.el (finder-no-scan-regexp): Add ldefs-boot.el diff --git a/lisp/Makefile.in b/lisp/Makefile.in index badd94e56b3..d391080f493 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -104,7 +104,7 @@ setwins_almost=subdirs=`(cd $$wd; find . -type d -print)`; \ # we add them here to make sure they get built. all: compile-main $(lisp)/cus-load.el $(lisp)/finder-inf.el @: Let us check that we byte-compiled all the files. - $(MAKE) $(MFLAGS) compile-last + $(MAKE) $(MFLAGS) compile-last EMACS=$(EMACS) doit: -- 2.39.2