changeset 95632:2e5503acbc60

(bootstrap-clean): Run autogen-clean. (maintainer-clean): No need to run autogen-clean now it is included in bootstrap-clean.
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Jun 2008 02:45:12 +0000
parents 9a74acbaf005
children a72841755a1c
files lisp/Makefile.in
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Sat Jun 07 02:44:49 2008 +0000
+++ b/lisp/Makefile.in	Sat Jun 07 02:45:12 2008 +0000
@@ -1401,12 +1401,9 @@
 autogen-clean:
 	cd $(lisp); rm -f $(AUTOGENEL)
 
-maintainer-clean: distclean bootstrap-clean autogen-clean
+maintainer-clean: distclean bootstrap-clean
 
-## NB note that this rules assume only one level of subdirs below lisp/.
-## If nested subdirs are added, it's probably time to switch to:
-## find $(lisp) -name "*.elc" -exec rm -f '{}' ';'
-bootstrap-clean:
+bootstrap-clean: autogen-clean
 	cd $(lisp); rm -f *.elc */*.elc
 
 # Generate/update files for the bootstrap process.