summaryrefslogtreecommitdiff
path: root/lisp/makefile.w32-in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-06-20 15:43:29 +0000
committerEli Zaretskii <eliz@gnu.org>2008-06-20 15:43:29 +0000
commit04782961d7e292a8bf602b9ea129625cc89ba421 (patch)
tree8cacc3407dc913dff40f1aea6c1eab24c5c3cc54 /lisp/makefile.w32-in
parent732bfa58f1495bc7537ef1a177b720d176622249 (diff)
downloademacs-04782961d7e292a8bf602b9ea129625cc89ba421.tar.gz
(distclean): Depend on `clean'.
(clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~. (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
Diffstat (limited to 'lisp/makefile.w32-in')
-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 \
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 @@ check-declare:
# 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