# HG changeset patch # User Eli Zaretskii # Date 1213976609 0 # Node ID 3a64b6ee300542d12b822cedd72b298573723ec6 # Parent 6a07d6deb052468cc6c1176fe120e33fceac19b6 (distclean): Depend on `clean'. (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~. (AUTOGENEL): Add $(lisp)/nxml/subdirs.el. diff -r 6a07d6deb052 -r 3a64b6ee3005 lisp/makefile.w32-in --- a/lisp/makefile.w32-in Fri Jun 20 15:28:26 2008 +0000 +++ b/lisp/makefile.w32-in Fri Jun 20 15:43:29 2008 +0000 @@ -60,7 +60,7 @@ AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \ $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \ - $(lisp)/calc/calc-loaddefs.el + $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el # Files to compile before others during a bootstrap. This is done to # speed up the bootstrap process. The CC files are compiled first @@ -446,8 +446,10 @@ # precious files if it happens to match their short 8+3 aliases. clean: - $(DEL) *.el~ + - $(DEL) calc/calc-loaddefs.el~ + - $(DEL) eshell/esh-groups.el~ -distclean: +distclean: clean - $(DEL) $(lisp)/Makefile maintainer-clean: bootstrap-clean distclean