gcc_release (build_sources): Delete call to make f77.rebuilt.
authorR. Kelley Cook <kcook@gcc.gnu.org>
Wed, 21 Jan 2004 22:25:02 +0000 (22:25 +0000)
committerR. Kelley Cook <kcook@gcc.gnu.org>
Wed, 21 Jan 2004 22:25:02 +0000 (22:25 +0000)
2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>

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

From-SVN: r76314

maintainer-scripts/gcc_release

index 9e19475d7ddef53776388955d36ae96dc23e8b2b..d0a99fadf5d77a89e5a8f53cb320c2d67813a5c8 100755 (executable)
@@ -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.