Mercurial > emacs
diff leim/Makefile.in @ 73677:e92b6b791ebb
(bootstrap-clean): New target.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 04 Nov 2006 14:43:58 +0000 |
parents | 244f3f60f9dd |
children | 6ee41fdd69ff 02cf29720f31 |
line wrap: on
line diff
--- a/leim/Makefile.in Sat Nov 04 12:52:13 2006 +0000 +++ b/leim/Makefile.in Sat Nov 04 14:43:58 2006 +0000 @@ -255,6 +255,12 @@ rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \ leim-list.el changed.tit changed.misc +# The following target is needed because the `clean' target only removes +# TIT-generated files and doesn't touch compiled Quail packages. But +# bootstrapping should not leave non-fresh .elc files behind. +bootstrap-clean: clean + rm -f ${WORLD} + distclean: clean if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi rm -f Makefile