* admin/grammars/Makefile.in (bootstrap-clean): Don't delete Makefile,
authorGlenn Morris <rgm@gnu.org>
Sun, 29 Jun 2014 00:46:40 +0000 (17:46 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 29 Jun 2014 00:46:40 +0000 (17:46 -0700)
for sake of top-level maintainer-clean rule.

admin/ChangeLog
admin/grammars/Makefile.in

index d96368c..d0df1cc 100644 (file)
@@ -1,3 +1,8 @@
+2014-06-29  Glenn Morris  <rgm@gnu.org>
+
+       * grammars/Makefile.in (bootstrap-clean): Don't delete Makefile,
+       for sake of top-level maintainer-clean rule.
+
 2014-06-26  Eli Zaretskii  <eliz@gnu.org>
 
        * notes/unicode: Some notes about what to do when a new Unicode
index 1454225..c3ee2ef 100644 (file)
@@ -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.