aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lib-src/makefile.w32-in6
2 files changed, 5 insertions, 6 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 27dc3a14d48..33778c1f0ae 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,8 @@
12011-05-19 Glenn Morris <rgm@gnu.org>
2
3 * makefile.w32-in (echolisp): Remove rule that is no longer needed.
4 (clean): No more echolisp.tmp.
5
12011-05-18 Glenn Morris <rgm@gnu.org> 62011-05-18 Glenn Morris <rgm@gnu.org>
2 7
3 * fakemail.c: Remove file. 8 * fakemail.c: Remove file.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 0e203d18bd2..07f6170afe4 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -269,11 +269,6 @@ lisp2 = \
269 $(lispsource)window.elc \ 269 $(lispsource)window.elc \
270 $(lispsource)version.el 270 $(lispsource)version.el
271 271
272# Used by batch-update-autoloads.
273echolisp:
274 @echo $(lisp1)
275 @echo $(lisp2)
276
277# This is needed the first time we build the tree, since temacs.exe 272# This is needed the first time we build the tree, since temacs.exe
278# does not exist yet, and the DOC rule needs it to rebuild DOC whenever 273# does not exist yet, and the DOC rule needs it to rebuild DOC whenever
279# Emacs is rebuilt. 274# Emacs is rebuilt.
@@ -330,7 +325,6 @@ clean:
330 - $(DEL) ctags.c 325 - $(DEL) ctags.c
331 - $(DEL_TREE) $(OBJDIR) 326 - $(DEL_TREE) $(OBJDIR)
332 - $(DEL) stamp_BLD 327 - $(DEL) stamp_BLD
333 - $(DEL) echolisp.tmp
334 328
335distclean: cleanall 329distclean: cleanall
336 - $(DEL) TAGS 330 - $(DEL) TAGS