public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Daniel Jacobowitz <drow@false.org>
To: "H. J. Lu" <hjl@lucon.org>
Cc: binutils@sources.redhat.com, dj@redhat.com, gcc-patches@gcc.gnu.org
Subject: Re: "make install-info" no longer works
Date: Wed, 07 Jun 2006 16:31:00 -0000	[thread overview]
Message-ID: <20060607154451.GA4562@nevyn.them.org> (raw)
In-Reply-To: <20060526172835.GA23293@lucon.org>

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  <dan@codesourcery.com>

	* 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 \

      reply	other threads:[~2006-06-07 15:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-27 16:33 H. J. Lu
2006-06-07 16:31 ` Daniel Jacobowitz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060607154451.GA4562@nevyn.them.org \
    --to=drow@false.org \
    --cc=binutils@sources.redhat.com \
    --cc=dj@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=hjl@lucon.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).