Mercurial > emacs
changeset 96170:a1ceb508623d
(all): Explicitly pass EMACS to sub-make, for some non-GNU makes.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 21 Jun 2008 19:47:47 +0000 |
parents | abc9f7184a8c |
children | 5cb1baeb8096 |
files | lisp/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile.in Sat Jun 21 19:42:51 2008 +0000 +++ b/lisp/Makefile.in Sat Jun 21 19:47:47 2008 +0000 @@ -104,7 +104,7 @@ # 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: