changeset 96205:c6e22fd294c4

(distclean): Don't delete *.elc and autogen files.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 23 Jun 2008 03:11:56 +0000
parents d4a46d5d6f08
children 5a490e8feb43
files lisp/ChangeLog lisp/Makefile.in
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jun 23 00:13:34 2008 +0000
+++ b/lisp/ChangeLog	Mon Jun 23 03:11:56 2008 +0000
@@ -1,15 +1,19 @@
+2008-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* Makefile.in (distclean): Don't delete *.elc and autogen files.
+
 2008-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* vc.el:
 	* vc-hooks.el:
-	* vc-dispatcher.el: Move vc-dir variables and functions ...  
+	* vc-dispatcher.el: Move vc-dir variables and functions ...
 	* vc-dir.el: ... here.  New file.
 	* Makefile.in (ELCFILES): Add vc-dir.elc.
 
 	* vc.el: Move vc-annotate variables and functions ...
 	* vc-annotate.el: ... here.  New file.
 	* Makefile.in (ELCFILES): Add vc-annotate.elc.
-	
+
 	* vc-dav.el: Move here from url/vc-dav.el.
 	(Todo): Note work needed to make this backend functional.
 
--- a/lisp/Makefile.in	Mon Jun 23 00:13:34 2008 +0000
+++ b/lisp/Makefile.in	Mon Jun 23 03:11:56 2008 +0000
@@ -1426,9 +1426,10 @@
 bootstrap-clean:
 	cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
 
-distclean: bootstrap-clean
+distclean:
 	-rm -f ./Makefile
-maintainer-clean: distclean
+
+maintainer-clean: distclean bootstrap-clean
 
 .PHONY: check-declare