This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc CVS breakage


On Wed, Sep 11, 2002 at 08:03:35AM +0200, Matthias Klose wrote:
>
> I reverted the patch to Makefile.am and Makefile.in to renable the
> bootstrap.
> 
> Both MAKEINFO and MAKEINFOFLAGS are overwritten by the toplevel
> Makefile.
> 
> 
> 2002-09-11  Matthias Klose  <doko@debian.org>
> 
>         * Makefile.am: Revert the previous patch.
>         * Makefile.in: Regenerated.
> 
> --- Makefile.am~	2002-09-11 07:17:56.000000000 +0200
> +++ Makefile.am	2002-09-11 07:38:23.000000000 +0200
> @@ -58,16 +58,6 @@
>  
>  AM_CFLAGS = @fastjar_warn_cflags@
>  
> -MAKEINFO += -I $(srcdir)/../gcc/doc/include
[snip]

The MAKEINFO commands in gcc/Makefile specify the -I flags directly.

Janis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]