* emacs.am (CLEANFILES) [HAVE_EMACS]: Add $(AUTOLOADS). --- emacs.am | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/emacs.am b/emacs.am index 0342574..37cf183 100644 --- a/emacs.am +++ b/emacs.am @@ -67,4 +67,6 @@ $(AUTOLOADS): $(ELFILES) (update-directory-autoloads \ (expand-file-name \"emacs\" \"$(srcdir)\")))" +CLEANFILES += $(AUTOLOADS) + endif HAVE_EMACS