2001-08-09 Joel Sherrill <joel@OARcorp.com>

* scripts/setup.def, scripts/gccnewlib/base-gcc.add,
 	scripts/gccnewlib/gccnewlib.add, scripts-ada/buildall.in:
	Updated to reflect new versions.
This commit is contained in:
Joel Sherrill
2001-08-09 21:25:48 +00:00
parent 6559511b4e
commit 5ccb03b887
3 changed files with 8 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ This is the files for gcc and newlib that are shared by all targets.
if test -d $RPM_INSTALL_PREFIX/rtems/info;
then
rm -f $RPM_INSTALL_PREFIX/rtems/info/dir
f=`find $RPM_INSTALL_PREFIX/rtems/info -name '*.info&gz'`
f=`find $RPM_INSTALL_PREFIX/rtems/info -name '*.info.gz'`
test -n "$f" && for i in $f; do
install-info $i $RPM_INSTALL_PREFIX/rtems/info/dir
done