https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116400
--- Comment #20 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Francois-Xavier Coudert <fxcoud...@gcc.gnu.org>: https://gcc.gnu.org/g:d2f82b57c819eea607c909d28f3687316ff17611 commit r16-1391-gd2f82b57c819eea607c909d28f3687316ff17611 Author: Francois-Xavier Coudert <fxcoud...@gcc.gnu.org> Date: Mon Jun 9 17:19:04 2025 +0200 libfortran: Add script to regenerate source files Move the regeneration of libgfortran source files from the Makefile to a standalone script. We were previously highjacking the maintainer mode of autoconf/automake in a way that was not adequate, leading to various issues. Bring our behavior in line with other GCC libraries. 2025-06-09 François-Xavier Coudert <fxcoud...@gcc.gnu.org> libgfortran/ChangeLog: PR libfortran/116400 * Makefile.am: Remove source file regeneration rules. * Makefile.in: Regenerate. * regenerate.sh: New file.