>>>>> ">" == OKUJI Yoshinori <[EMAIL PROTECTED]> writes:

>> 2. The target `Makefile' depends on $(BUILT_SOURCES).

>>   The solution may be to get rid of the dependency in the item 2,
>> so my question is why Makefile must depend on BUILT_SOURCES. Is
>> there some good reason?

Only a historical one.  In the old days we computed dependencies
early, so we had to make sure that built sources were built before the
dependency-generation step.  Now I think we don't need this.  I'm in
favor of removing this.

Send a patch...  maybe Jim will apply it :-)

Tom

Reply via email to