[committed] libada patch for make html failure

James E Wilson wilson@specifixinc.com
Thu Apr 28 02:27:00 GMT 2005


This fixes the bug reported in:
    http://gcc.gnu.org/ml/gcc/2005-04/msg01533.html
make html fails in the libada directory if you have configured in the
Ada language.

The problem is simple, there is no html target in the libada Makefile. 
This patch adds it.

This was tested with an ia64-linux --enable-languages=c,ada make all
build, followed by make html.  It fails without the patch.  It works
with the patch.

I have added this patch to the gcc-4.0 branch and mainline.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com

-------------- next part --------------
2005-04-27  James E Wilson  <wilson@specifixinc.com>

	* Makefile.in (html): New.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/libada/Makefile.in,v
retrieving revision 1.8
diff -p -p -r1.8 Makefile.in
*** Makefile.in	25 May 2004 19:37:01 -0000	1.8
--- Makefile.in	28 Apr 2005 00:48:37 -0000
*************** info:
*** 240,245 ****
--- 240,248 ----
  # Build DVI (none here).
  dvi:
  
+ # Build html (none here).
+ html:
+ 
  # Build TAGS (none here).
  TAGS:
  


More information about the Gcc-patches mailing list