This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH g77/Make-lang.in intdoc.texi dependencies inconsistency
- To: Hans-Peter Nilsson <hans-peter.nilsson@axis.com>
- Subject: Re: PATCH g77/Make-lang.in intdoc.texi dependencies inconsistency
- From: Jeffrey A Law <law@cygnus.com>
- Date: Mon, 30 Aug 1999 16:31:57 -0600
- cc: gcc-patches@gcc.gnu.org
- Reply-To: law@cygnus.com
In message <199908292219.AAA18850@ignucius.axis.se>you write:
> The dependencies for intdoc.texi are inconsistent; in some
> places the depended-upon (sp?) files are prefixed with
> $(srcdir), in other places, they are not. This patch just fixes
> *one* place; the minimum for not making SUN make barf on "make
> bootstrap install". But please, the rationale for this patch is
> (here) to straighten up an inconsistency. I'll fix up the other
> places if there is any interest in that.
>
> gcc/f:
> Sat Aug 28 18:29:07 1999 Hans-Peter Nilsson <hp@axis.se>
>
> * Make-lang.in ($(srcdir)/f/intdoc.texi): Prefix dependencies with
> $(srcdir).
This is wrong and bad. While it will fix some problems with the majorly
braindead Sun make, it will break things for other makes.
jeff