summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c829ca29bd5..aa11e6b0b74 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -942,6 +942,7 @@ extraclean: $(extraclean_dirs:=_extraclean)
-rm -f config-tmp-* aclocal.m4 configure
-rm -f ./*~ \#* etc/refcards/emacsver.tex doc/emacs/emacsver.texi
-rm -f info/*.info info/dir
+ -rmdir info 2>/dev/null
# The src subdir knows how to do the right thing
# even when the build directory and source dir are different.