From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19095 invoked by alias); 26 Sep 2012 20:05:36 -0000 Received: (qmail 18950 invoked by uid 48); 26 Sep 2012 20:05:07 -0000 From: "gnugcc at marino dot st" To: gcc-bugs@gcc.gnu.org Subject: [Bug libobjc/54720] New: libobjc install-strip target not populated Date: Wed, 26 Sep 2012 20:05:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libobjc X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gnugcc at marino dot st 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: 2012-09/txt/msg02224.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54720 Bug #: 54720 Summary: libobjc install-strip target not populated Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libobjc AssignedTo: unassigned@gcc.gnu.org ReportedBy: gnugcc@marino.st On versions 4.7.1 and 4.7.2: executing "make install" after the build will result in the installation of the libobjc.* files when objc is specified in --enable-langs However, "make install-strip" doesn't install the libobjc.* files in the library installation directory. It seems the libobjc/makefile has completely omitted this target although it references it. The fix is easy: Add the install-strip target to the libobjc/Makefile.in file.