From 2f417e3996ef12621e0e3f3ac25d08b2705324a6 Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Sun, 28 Jan 2001 23:37:58 +0000 Subject: [PATCH] (extraclean): Added -f to -rm config-tmp-* to keep it quiet. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 863d04c96e..c149c69d0e 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 -- 2.39.2