comparison leim/makefile.w32-in @ 81915:936c58784647

(extraclean): Don't delete *~.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 16 Jul 2007 22:35:41 +0000
parents 3d45362f1d38
children fb102a64d593 a1be62cbd32a
comparison
equal deleted inserted replaced
81914:73cef4edb42e 81915:936c58784647
213 - $(DEL) stamp-subdir 213 - $(DEL) stamp-subdir
214 214
215 maintainer-clean: distclean 215 maintainer-clean: distclean
216 - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) 216 - $(FOREACH) $(WORLD) $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)
217 217
218 # We used to delete *~ here, but that might inadvertently remove
219 # precious files if it happens to match their short 8+3 aliases.
218 extraclean: maintainer-clean 220 extraclean: maintainer-clean
219 - $(FOREACH) *~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR) 221 - $(FOREACH) *.el~ "#*" $(FORDO) $(DEL) $(FORVAR) $(ENDFOR)