From 3c068fcb235c62b740f55ebf44dede936ad8d741 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 30 Jun 1999 10:54:43 +0000 Subject: [PATCH] (elclean): Remove auto-autoloads.el and custom-load.el as well. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b94b229..a99cf80 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,7 +69,7 @@ xsome: cd lisp && $(MAKE) EMACS="$(XEMACS)" some elclean: - rm -f lisp/*.elc + cd lisp && rm -f *.elc auto-autoloads.el custom-load.el x: $(MAKE) EMACS="$(XEMACS)" -- 1.7.10.4