2011-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>

* depcomp, compile, texinfo.tex, mdate-sh: New.
	* bootstrap (-c): Don't remove depcomp, compile, texinfo.tex,
	mdate-sh.
This commit is contained in:
Ralf Corsepius
2011-10-03 09:38:27 +00:00
parent 9d2da22872
commit 4b5348cce4
6 changed files with 10277 additions and 2 deletions

View File

@@ -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