# HG changeset patch # User Glenn Morris # Date 1212806712 0 # Node ID 2e5503acbc600847c6bf2d015759dc22fb52b9cc # Parent 9a74acbaf00514155e3d8edac15363c9dfe57c5f (bootstrap-clean): Run autogen-clean. (maintainer-clean): No need to run autogen-clean now it is included in bootstrap-clean. diff -r 9a74acbaf005 -r 2e5503acbc60 lisp/Makefile.in --- 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.