"make install-info" no longer works

Daniel Jacobowitz drow@false.org
Wed Jun 7 16:31:00 GMT 2006


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 \



More information about the Binutils mailing list