From 21a80f75e24a82d547bc7ebc78ab7e5db79bae85 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 22 Jun 1999 12:23:02 +0000 Subject: [PATCH] (distclean): New target. (clean): Renamed from `distclean'; don't remove Makefile. --- lisp/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 4094ccc..107211f 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -60,10 +60,13 @@ gnus-load.el: echo >> gnus-load.el echo ";;; gnus-load.el ends here" >> gnus-load.el -distclean: - rm -f *.orig *.rej *.elc *~ Makefile +clean: + rm -f *.orig *.rej *.elc *~ rm -f auto-autoload.el custom-load.el +distclean: clean + rm -f Makefile + Makefile: $(srcdir)/Makefile.in ../config.status cd .. \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -- 1.7.10.4