http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56604



             Bug #: 56604

           Summary: Missing obj-c++.srcman target

    Classification: Unclassified

           Product: gcc

           Version: 4.8.0

            Status: UNCONFIRMED

          Severity: minor

          Priority: P3

         Component: objc++

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: pierre.labas...@neuf.fr





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

Reply via email to