public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* "make install-info" no longer works
@ 2006-05-27 16:33 H. J. Lu
  2006-06-07 16:31 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: H. J. Lu @ 2006-05-27 16:33 UTC (permalink / raw)
  To: binutils; +Cc: dj, gcc

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:

make[2]: Leaving directory
`/export/build/gnu/gcc/build-i686-linux/intl'
Doing install-info in intl
make[2]: Entering directory
`/export/build/gnu/gcc/build-i686-linux/intl'
make[2]: *** No rule to make target `install-info'.  Stop.
make[2]: Leaving directory
`/export/build/gnu/gcc/build-i686-linux/intl'
make[1]: *** [install-info-intl] Error 1
make[1]: Leaving directory `/export/build/gnu/gcc/build-i686-linux'
make: *** [do-install-info] Error 2
[hjl@gnu-3 build-i686-linux]$


H.J.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: "make install-info" no longer works
  2006-05-27 16:33 "make install-info" no longer works H. J. Lu
@ 2006-06-07 16:31 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2006-06-07 16:31 UTC (permalink / raw)
  To: H. J. Lu; +Cc: binutils, dj, gcc-patches

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 \

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-07 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-27 16:33 "make install-info" no longer works H. J. Lu
2006-06-07 16:31 ` Daniel Jacobowitz

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).