# HG changeset patch # User Glenn Morris # Date 1214077667 0 # Node ID a1ceb508623d2f0279eb9001ba42a90ad083c4ee # Parent abc9f7184a8c4bb91cc7a8a4031bdf8dc404f750 (all): Explicitly pass EMACS to sub-make, for some non-GNU makes. diff -r abc9f7184a8c -r a1ceb508623d lisp/Makefile.in --- 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: