# HG changeset patch # User Glenn Morris # Date 1255586651 0 # Node ID a51d05567a17b04f019ae6b802dba271981eb35b # Parent 6e207d2a8bc62c2d01d7aa0bd35ca355e7e82ea4 (echolisp): New rule. (clean): Delete echolisp.tmp. diff -r 6e207d2a8bc6 -r a51d05567a17 lib-src/ChangeLog --- a/lib-src/ChangeLog Thu Oct 15 06:00:20 2009 +0000 +++ b/lib-src/ChangeLog Thu Oct 15 06:04:11 2009 +0000 @@ -1,3 +1,8 @@ +2009-10-15 Glenn Morris + + * makefile.w32-in (echolisp): New rule. + (clean): Delete echolisp.tmp. + 2009-09-27 Eli Zaretskii * makefile.w32-in (OTHER_PLATFORM_SUPPORT): Add term/internal.elc, diff -r 6e207d2a8bc6 -r a51d05567a17 lib-src/makefile.w32-in --- a/lib-src/makefile.w32-in Thu Oct 15 06:00:20 2009 +0000 +++ b/lib-src/makefile.w32-in Thu Oct 15 06:04:11 2009 +0000 @@ -1,6 +1,6 @@ # -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. -# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, -# 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, +# 2009 Free Software Foundation, Inc. # This file is part of GNU Emacs. @@ -289,6 +289,11 @@ $(lispsource)window.elc \ $(lispsource)version.el +# Used by batch-update-autoloads. +echolisp: + @echo $(lisp1) + @echo $(lisp2) + # This is needed the first time we build the tree, since temacs.exe # does not exist yet, and the DOC rule needs it to rebuild DOC whenever # Emacs is rebuilt. @@ -348,6 +353,7 @@ - $(DEL) getopt.h - $(DEL_TREE) $(OBJDIR) - $(DEL) stamp_BLD + - $(DEL) echolisp.tmp distclean: cleanall - $(DEL) TAGS