summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
2004-11-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
+ * Makefile.in (maintainer-clean): Depend on distclean.
+
* help-fns.el (help-C-file-name): File name must be in build-files
to be returned.
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:
fi \
fi
-maintainer-clean:
+maintainer-clean: distclean
cd $(lisp); rm -f *.elc */*.elc $(AUTOGENEL)
bootstrap-clean: