comparison 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
comparison
equal deleted inserted replaced
73676:33dd4e78cdc7 73677:e92b6b791ebb
253 253
254 clean mostlyclean: 254 clean mostlyclean:
255 rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \ 255 rm -f ${TIT-MISC} ${TIT-MISC:.elc=.el} \
256 leim-list.el changed.tit changed.misc 256 leim-list.el changed.tit changed.misc
257 257
258 # The following target is needed because the `clean' target only removes
259 # TIT-generated files and doesn't touch compiled Quail packages. But
260 # bootstrapping should not leave non-fresh .elc files behind.
261 bootstrap-clean: clean
262 rm -f ${WORLD}
263
258 distclean: clean 264 distclean: clean
259 if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi 265 if test -f stamp-subdir; then rm -rf ${SUBDIRS} stamp-subdir; fi
260 rm -f Makefile 266 rm -f Makefile
261 267
262 maintainer-clean: distclean 268 maintainer-clean: distclean