This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: header.h vs. HEADER_H in dependencies
On 26 Jul, Mark Mitchell wrote:
> Volker Reichelt wrote:
>
>> Should I prepare a similar patch for the 4.1 branch?
>
> I think that's a risk we don't need.
OK.
>> :ADDPATCH build:
>>
>>
>> 2006-07-26 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
>>
>> * Makefile.in: Move definition of SYSTEM_H and VARRAY_H.
>> Use $(HEADER_H) instead of header.h in dependencies and variables
>> used in dependencies.
>
> These patches are OK.
Paolo Bonzini and Andreas Schwab pointed out that I don't have to move
the definitions of SYSTEM_H and VARRAY_H. I also bootstrapped and
regtested a version that incorporates this suggestion.
Which version would you prefer?
Regards,
Volker