This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.2 PATCH] install-no-fixedincludes repaired
- From: Nathanael Nerode <neroden at twcny dot rr dot com>
- To: gcc-patches at gcc dot gnu dot org, ccorn at cs dot tu-berlin dot de
- Date: Sat, 23 Nov 2002 17:20:31 -0500
- Subject: Re: [3.2 PATCH] install-no-fixedincludes repaired
Christian, this patch:
http://gcc.gnu.org/ml/gcc-patches/2002-10/msg00418.html
although it works, is bad practice.
Makefiles should *never* care about order of dependencies.
I don't see a sufficient way to fix this correctly for 3.2, but
I'm going to try to get it right for 3.4. It probably involves breaking
out some items into their own targets.
--Nathanael