summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBill Wohler <wohler@newt.com>2001-01-28 23:37:58 +0000
committerBill Wohler <wohler@newt.com>2001-01-28 23:37:58 +0000
commit2f417e3996ef12621e0e3f3ac25d08b2705324a6 (patch)
treefdc4f5bd182bdd755546003f675a2ff755d6b3bd /Makefile.in
parentc522cff0b29332ec98970117e625b8a2b76d9ca8 (diff)
downloademacs-2f417e3996ef12621e0e3f3ac25d08b2705324a6.tar.gz
(extraclean): Added -f to -rm config-tmp-* to keep it quiet.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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