]> code.delx.au - gnu-emacs/blobdiff - admin/grammars/Makefile.in
Update copyright year to 2015
[gnu-emacs] / admin / grammars / Makefile.in
index 1454225b80a15bbf628e32d852c7ec320f5b35a4..b88521f4b4788a4ff0dc534fd9e5baf86c8b8efb 100644 (file)
@@ -1,6 +1,6 @@
 ### @configure_input@
 
-## Copyright (C) 2013-2014 Free Software Foundation, Inc.
+## Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 ## This file is part of GNU Emacs.
 
@@ -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.