diff lisp/ChangeLog @ 107455:0dacd026695f

Get rid of the ELCFILES abomination, again. * Makefile.in (update-elclist, ELCFILES, compile-last): Remove. (all, compile): Don't call compile-last. (compile-main): Build the "elcfiles" list dynamically. (compile-targets): New (internal) target.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 22 Mar 2010 00:24:25 -0400
parents d8347f5058b6
children 8d710e332ba0
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Mar 21 19:56:56 2010 -0700
+++ b/lisp/ChangeLog	Mon Mar 22 00:24:25 2010 -0400
@@ -1,3 +1,11 @@
+2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	Get rid of the ELCFILES abomination, again.
+	* Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
+	(all, compile): Don't call compile-last.
+	(compile-main): Build the "elcfiles" list dynamically.
+	(compile-targets): New (internal) target.
+
 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
 
 	* Makefile.in (top_srcdir): Define.
@@ -5,8 +13,7 @@
 	(srcdir): Don't append `/..'.
 	(EMACS): Use ${abs_top_builddir}.
 	(all, compile, compile-always, compile-last): Don't set emacswd.
-	(update-subdirs, update-authors): Use $(top_srcdir) instead of
-	$(srcdir).
+	(update-subdirs, update-authors): Use $(top_srcdir) instead of $(srcdir).
 	(lisp): Use $(srcdir) instead of @srcdir@.
 
 2010-03-21  Juri Linkov  <juri@jurta.org>