gcc_release (build_sources): Delete call to make f77.rebuilt.

2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>

	* gcc_release (build_sources): Delete call to make f77.rebuilt.

From-SVN: r76314
This commit is contained in:
R. Kelley Cook 2004-01-21 22:25:02 +00:00
parent d1885651db
commit b68c3d41f5
1 changed files with 0 additions and 4 deletions

View File

@ -239,10 +239,6 @@ EOF
contrib/gcc_build -d ${SOURCE_DIRECTORY} -o ${OBJECT_DIRECTORY} \
-c "--enable-generated-files-in-srcdir" build || \
error "Could not rebuild GCC"
# Regenerate the Fotran NEWS and BUGS files.
(cd ${OBJECT_DIRECTORY}/gcc && make f77.rebuilt) || \
error "Could not regenerate Fortran NEWS and BUGS files"
fi
# Move message catalogs to source directory.