summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index df5cd4fc18..1a2a424598 100755
--- a/bootstrap
+++ b/bootstrap
@@ -200,8 +200,8 @@ clean)
files=`find . -name 'configure' -print` ;
test "$verbose" = "-v" && test -n "$files" && echo "$files" ;
for i in $files; do if test -f $i; then
- rm -f $i config.sub config.guess depcomp install-sh mdate-sh missing \
- mkinstalldirs texinfo.tex compile
+ rm -f $i config.sub config.guess install-sh missing mkinstalldirs
+# rm -f depcomp compile texinfo.tex mdate-sh
test "$verbose" = "-v" && echo "$i"
fi; done