From 4b5348cce4e3b0c2e5d703355294225b81d6c8eb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 3 Oct 2011 09:38:27 +0000 Subject: =?UTF-8?q?2011-10-03=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * depcomp, compile, texinfo.tex, mdate-sh: New. * bootstrap (-c): Don't remove depcomp, compile, texinfo.tex, mdate-sh. --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap') 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 -- cgit v1.2.3