Re: PATCH to ada/gcc-interface/Make-lang.in to fix build issues

2012-03-05 Thread Eric Botcazou
> Rebuilding gcc was failing for me because the rule for gnat_ugn.texi was > trying to use xgnatugn before it had been built. Fixed by making it > directly, like the rule for projects.texi. > > OK for trunk? Yes, thanks. -- Eric Botcazou

PATCH to ada/gcc-interface/Make-lang.in to fix build issues

2012-03-05 Thread Jason Merrill
Rebuilding gcc was failing for me because the rule for gnat_ugn.texi was trying to use xgnatugn before it had been built. Fixed by making it directly, like the rule for projects.texi. OK for trunk? commit 2ad07fd7f293027ed3f779fc0d7e79b58a4b7e2a Author: Jason Merrill Date: Mon Mar 5 16:05:2