From: ShengHuo ZHU Date: Mon, 25 Dec 2000 05:48:41 +0000 (+0000) Subject: Support distclean in etc. X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=d944390f29b23d69323c307946dc70f115496e10 Support distclean in etc. --- diff --git a/Makefile.in b/Makefile.in index cfa621ca1..7288565f5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -41,7 +41,7 @@ xsome: distclean: make clean rm -rf *~ - for i in lisp texi; do (cd $$i; make distclean); done + for i in lisp texi etc; do (cd $$i; make distclean); done rm -f config.log config.status config.cache Makefile config.status: $(srcdir)/configure diff --git a/etc/Makefile.in b/etc/Makefile.in index c71b83f45..efee0334c 100644 --- a/etc/Makefile.in +++ b/etc/Makefile.in @@ -38,6 +38,9 @@ Makefile: $(srcdir)/Makefile.in ../config.status cd .. \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status +distclean: + rm -f *~ Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: