From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29896 invoked by alias); 7 Jun 2006 15:44:56 -0000 Received: (qmail 29888 invoked by uid 22791); 7 Jun 2006 15:44:56 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 07 Jun 2006 15:44:54 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fo0DD-0001C8-Ro; Wed, 07 Jun 2006 11:44:51 -0400 Date: Wed, 07 Jun 2006 16:31:00 -0000 From: Daniel Jacobowitz To: "H. J. Lu" Cc: binutils@sources.redhat.com, dj@redhat.com, gcc-patches@gcc.gnu.org Subject: Re: "make install-info" no longer works Message-ID: <20060607154451.GA4562@nevyn.them.org> Mail-Followup-To: "H. J. Lu" , binutils@sources.redhat.com, dj@redhat.com, gcc-patches@gcc.gnu.org References: <20060526172835.GA23293@lucon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060526172835.GA23293@lucon.org> User-Agent: Mutt/1.5.11+cvs20060403 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00085.txt.bz2 On Fri, May 26, 2006 at 10:28:35AM -0700, H. J. Lu wrote: > Has anyone seen > > http://sources.redhat.com/bugzilla/show_bug.cgi?id=2701 > > It looks like the result of merging of intl from gcc. It doesn't work > for me in gcc either: I've checked in the obvious fix for this. -- Daniel Jacobowitz CodeSourcery 2006-06-07 Daniel Jacobowitz * Makefile.in (install-info, install-dvi, install-ps, install-pdf): New dummy targets. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/intl/Makefile.in,v retrieving revision 1.8 diff -u -p -r1.8 Makefile.in --- Makefile.in 24 May 2006 02:02:46 -0000 1.8 +++ Makefile.in 7 Jun 2006 15:42:20 -0000 @@ -148,10 +148,11 @@ installdirs: installcheck: uninstall: -.PHONY: info dvi ps pdf html install-html +.PHONY: info dvi ps pdf html +.PHONY: install-info install-dvi install-ps install-pdf install-html info dvi ps pdf html: -install-html: +install-info install-dvi install-ps install-pdf install-html: $(OBJECTS): config.h libintl.h bindtextdom.o dcgettext.o dcigettext.o dcngettext.o dgettext.o \