From: Glenn Morris Date: Sun, 29 Jun 2014 00:46:40 +0000 (-0700) Subject: * admin/grammars/Makefile.in (bootstrap-clean): Don't delete Makefile, X-Git-Tag: emacs-25.0.90~2636^2~74^2~16 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c8bd285ff8c078d9f8cf59a0d530b62263e4a1c1;p=emacs.git * admin/grammars/Makefile.in (bootstrap-clean): Don't delete Makefile, for sake of top-level maintainer-clean rule. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index d96368c4f9a..d0df1ccc5b0 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,8 @@ +2014-06-29 Glenn Morris + + * grammars/Makefile.in (bootstrap-clean): Don't delete Makefile, + for sake of top-level maintainer-clean rule. + 2014-06-26 Eli Zaretskii * notes/unicode: Some notes about what to do when a new Unicode diff --git a/admin/grammars/Makefile.in b/admin/grammars/Makefile.in index 1454225b80a..c3ee2ef951f 100644 --- a/admin/grammars/Makefile.in +++ b/admin/grammars/Makefile.in @@ -99,7 +99,10 @@ ${cedetdir}/srecode/srt-wy.el: ${srcdir}/srecode-template.wy distclean: rm -f Makefile -bootstrap-clean maintainer-clean: distclean +## Perhaps this should do what extraclean (qv) does. +bootstrap-clean: + +maintainer-clean: distclean ## We do not normally delete the generated files, even in bootstrap. ## Creating them does not take long, so we could easily change this.