aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJan Djärv2004-11-09 11:05:40 +0000
committerJan Djärv2004-11-09 11:05:40 +0000
commit366fc3f9ed963d7c394f8b6dd5ae13bd649c8474 (patch)
tree584f8efec29f47224268db76a2ea602d04ba3408 /lisp
parentbf17c6e67e9a0fe77c709e9a7379c4d8deffcd4a (diff)
downloademacs-366fc3f9ed963d7c394f8b6dd5ae13bd649c8474.tar.gz
emacs-366fc3f9ed963d7c394f8b6dd5ae13bd649c8474.zip
* Makefile.in (maintainer-clean): Depend on distclean.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 116eea6e848..97449ad3c7f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,6 +10,8 @@
10 10
112004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 112004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
12 12
13 * Makefile.in (maintainer-clean): Depend on distclean.
14
13 * help-fns.el (help-C-file-name): File name must be in build-files 15 * help-fns.el (help-C-file-name): File name must be in build-files
14 to be returned. 16 to be returned.
15 17
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index d6d3eb3c278..e87ffa6f265 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -311,7 +311,7 @@ bootstrap-prepare:
311 fi \ 311 fi \
312 fi 312 fi
313 313
314maintainer-clean: 314maintainer-clean: distclean
315 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL) 315 cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
316 316
317bootstrap-clean: 317bootstrap-clean: