This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: depend on header variables


On Tue, Mar 04, 2003 at 09:10:54PM +0000, Neil Booth wrote:
> Matt Kraai wrote:-
> > This patch changes header dependencies to use the header variable
> > (e.g., $(GGC_H)) instead of the header (e.g., ggc.h) when such a
> > variable exists.
> > 
> > Bootstrapped and regression tested on powerpc-unknown-linux-gnu.
> > OK to commit?
> 
> If it doesn't change semantics, IMO it falls under the obvious rule.

It does change the semantics,

 GGC_H = ggc.h gtype-desc.h

but the new semantics are correct.  :)

Matt
-- 
Oink!


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