diff options
| author | Eli Zaretskii | 2008-06-20 15:43:29 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-06-20 15:43:29 +0000 |
| commit | 6eb5ddb8e5c5b9ba4b68205f8c0c3093655342f9 (patch) | |
| tree | 420cb8d72127f4b9fe5db9e34840a913ef3e1052 | |
| parent | 4c100a015c3ec0d8e15c82bb66730c93f7205eb4 (diff) | |
| download | emacs-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-in | 6 |
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 | ||
| 61 | AUTOGENEL = $(lisp)/loaddefs.el $(LOADDEFS) $(lisp)/cus-load.el \ | 61 | AUTOGENEL = $(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. |
| 447 | clean: | 447 | clean: |
| 448 | - $(DEL) *.el~ | 448 | - $(DEL) *.el~ |
| 449 | - $(DEL) calc/calc-loaddefs.el~ | ||
| 450 | - $(DEL) eshell/esh-groups.el~ | ||
| 449 | 451 | ||
| 450 | distclean: | 452 | distclean: clean |
| 451 | - $(DEL) $(lisp)/Makefile | 453 | - $(DEL) $(lisp)/Makefile |
| 452 | 454 | ||
| 453 | maintainer-clean: bootstrap-clean distclean | 455 | maintainer-clean: bootstrap-clean distclean |