aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-06-20 15:43:29 +0000
committerEli Zaretskii2008-06-20 15:43:29 +0000
commit6eb5ddb8e5c5b9ba4b68205f8c0c3093655342f9 (patch)
tree420cb8d72127f4b9fe5db9e34840a913ef3e1052
parent4c100a015c3ec0d8e15c82bb66730c93f7205eb4 (diff)
downloademacs-6eb5ddb8e5c5b9ba4b68205f8c0c3093655342f9.tar.gz
emacs-6eb5ddb8e5c5b9ba4b68205f8c0c3093655342f9.zip
(distclean): Depend on `clean'.
(clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~. (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
-rw-r--r--lisp/makefile.w32-in6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 08385bef5bd..dcc495cc00e 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -60,7 +60,7 @@ LOADDEFS = $(lisp)/calendar/cal-loaddefs.el \
60 60
61AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \ 61AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \
62 $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \ 62 $(lisp)/finder-inf.el $(lisp)/subdirs.el $(lisp)/eshell/esh-groups.el \
63 $(lisp)/calc/calc-loaddefs.el 63 $(lisp)/calc/calc-loaddefs.el $(lisp)/nxml/subdirs.el
64 64
65# Files to compile before others during a bootstrap. This is done to 65# Files to compile before others during a bootstrap. This is done to
66# speed up the bootstrap process. The CC files are compiled first 66# speed up the bootstrap process. The CC files are compiled first
@@ -446,8 +446,10 @@ check-declare:
446# precious files if it happens to match their short 8+3 aliases. 446# precious files if it happens to match their short 8+3 aliases.
447clean: 447clean:
448 - $(DEL) *.el~ 448 - $(DEL) *.el~
449 - $(DEL) calc/calc-loaddefs.el~
450 - $(DEL) eshell/esh-groups.el~
449 451
450distclean: 452distclean: clean
451 - $(DEL) $(lisp)/Makefile 453 - $(DEL) $(lisp)/Makefile
452 454
453maintainer-clean: bootstrap-clean distclean 455maintainer-clean: bootstrap-clean distclean