From: Bill Wohler Date: Sun, 28 Jan 2001 23:37:58 +0000 (+0000) Subject: (extraclean): Added -f to -rm config-tmp-* to keep it quiet. X-Git-Tag: emacs-pretest-21.0.97~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f417e3996ef12621e0e3f3ac25d08b2705324a6;p=emacs.git (extraclean): Added -f to -rm config-tmp-* to keep it quiet. --- diff --git a/Makefile.in b/Makefile.in index 863d04c96ed..c149c69d0e5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -562,7 +562,7 @@ maintainer-clean: FRC extraclean: for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done ${top_distclean} - -rm config-tmp-* + -rm -f config-tmp-* -rm -f *~ \#* ### Unlocking and relocking. The idea of these productions is to reduce