https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87778
--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> --- The ChangeLog must be relative to the ChangeLog file present gcc/ada: gcc/ada/ * Make-generated.in: Remove -q gnatmake option. * gcc-interface/Makefile.in: Likewise. But the change does more than this: it also turns ';' into "&&" in few places and remove parentheses in others, breaking local consistency in the process. That's not necessary and should be avoided. Otherwise this is OK.