aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/Makefile.in2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dfaffcb7bd4..e3e4a62c04d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -7,6 +7,9 @@
7 7
82008-06-21 Glenn Morris <rgm@gnu.org> 82008-06-21 Glenn Morris <rgm@gnu.org>
9 9
10 * Makefile.in (all): Explicitly pass EMACS to sub-make,
11 for some non-GNU makes.
12
10 * cus-dep.el (custom-dependencies-no-scan-regexp): 13 * cus-dep.el (custom-dependencies-no-scan-regexp):
11 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el 14 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
12 15
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)`; \
104# we add them here to make sure they get built. 104# we add them here to make sure they get built.
105all: compile-main $(lisp)/cus-load.el $(lisp)/finder-inf.el 105all: compile-main $(lisp)/cus-load.el $(lisp)/finder-inf.el
106 @: Let us check that we byte-compiled all the files. 106 @: Let us check that we byte-compiled all the files.
107 $(MAKE) $(MFLAGS) compile-last 107 $(MAKE) $(MFLAGS) compile-last EMACS=$(EMACS)
108 108
109doit: 109doit:
110 110