From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21214 invoked by alias); 12 Mar 2013 17:08:51 -0000 Received: (qmail 20554 invoked by uid 48); 12 Mar 2013 17:07:41 -0000 From: "pierre.labastie at neuf dot fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug objc++/56604] New: Missing obj-c++.srcman target Date: Tue, 12 Mar 2013 17:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: objc++ X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: pierre.labastie at neuf dot fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2013-03/txt/msg00968.txt.bz2 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: unassigned@gcc.gnu.org ReportedBy: pierre.labastie@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