From: yamaoka Date: Tue, 22 Jun 1999 12:23:02 +0000 (+0000) Subject: (distclean): New target. X-Git-Tag: et-gnus-6_11_03-05~3 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a80f75e24a82d547bc7ebc78ab7e5db79bae85;p=elisp%2Fgnus.git- (distclean): New target. (clean): Renamed from `distclean'; don't remove Makefile. --- 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