(distclean): Don't delete *.elc and autogen files.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 23 Jun 2008 03:11:56 +0000 (03:11 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 23 Jun 2008 03:11:56 +0000 (03:11 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 67aecdf..d85a93c 100644 (file)
@@ -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.
 
index 752e613..624b998 100644 (file)
@@ -1426,9 +1426,10 @@ $(CAL_DIR)/hol-loaddefs.el: $(CAL_SRC)
 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