summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 1660bda660..0689a27e67 100755
--- a/bootstrap
+++ b/bootstrap
@@ -160,7 +160,7 @@ clean)
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
+ mkinstalldirs texinfo.tex compile
test "$verbose" = "-v" && echo "$i"
fi; done