diff options
author | Bill Wohler <wohler@newt.com> | 2001-01-28 23:37:58 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2001-01-28 23:37:58 +0000 |
commit | 2d1dbd278238444d4ca96bc648b3b6ef2f6225c7 (patch) | |
tree | 09376ae752fb2ee3b442efc225ca95398788b3ab /Makefile.in | |
parent | 6530da20ad6880d4bf1d600de79f32a6342ac72c (diff) | |
download | emacs-2d1dbd278238444d4ca96bc648b3b6ef2f6225c7.tar.gz |
(extraclean): Added -f to -rm config-tmp-* to keep it quiet.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
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 |