diff Makefile.in @ 35672:a2006be1b1a7

(extraclean): Added -f to -rm config-tmp-* to keep it quiet.
author Bill Wohler <wohler@newt.com>
date Sun, 28 Jan 2001 23:37:58 +0000
parents 272a444136b8
children f9f8d1580036
line wrap: on
line diff
--- a/Makefile.in	Sun Jan 28 23:37:16 2001 +0000
+++ b/Makefile.in	Sun Jan 28 23:37:58 2001 +0000
@@ -562,7 +562,7 @@
 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