]> git.eshelyaron.com Git - emacs.git/commitdiff
(all): Explicitly pass EMACS to sub-make, for some non-GNU makes.
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 19:48:40 +0000 (19:48 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 19:48:40 +0000 (19:48 +0000)
lisp/ChangeLog
lisp/Makefile.in

index dfaffcb7bd42b00388edcb527b325c1ddfdacd6c..e3e4a62c04db5f35c1be87bbc83424d9d89a4218 100644 (file)
@@ -7,6 +7,9 @@
 
 2008-06-21  Glenn Morris  <rgm@gnu.org>
 
+       * 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
 
index badd94e56b36ac0c43707233c15e832d22d882a2..d391080f493be75356a08ae63d9fddc85376a3c0 100644 (file)
@@ -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: