https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56604
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2017-07-23 CC| |egallager at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Pierre Labastie from comment #0) > According to the doc, there should be a obj-c++.srcman target in > gcc/objcp/Make-lang.in, which is not presently true, and makes > bootstrapping with --enable-languages=...,obj-c++,.. > --enable-generated-files-in-srcdir > fail with: > make[3]: *** No rule to make target `obj-c++.srcman', needed by > `lang.srcman'. > Correction is easy, just add a line: > obj-c++.srcman: > to gcc/objcp/Make-lang.in Confirming that gcc/objcp/Make-lang.in is still missing the obj-c++.srcman: line.