[bug #27609] Stupid inference rule for yacc files can clobber C sources!

2009-10-13 Thread Kaz Kylheku
Follow-up Comment #7, bug #27609 (project make): Also, another consideration is that the prerequisite .y is involved in an explicit rule. If an implicit rule matches some file as a prerequisite, but that file is already used as a prerequisite in some rule, then those rules are competing. Maybe

[bug #27609] Stupid inference rule for yacc files can clobber C sources!

2009-10-13 Thread Kaz Kylheku
Follow-up Comment #6, bug #27609 (project make): I've thought about this a little bit more. Basically, here is what may be the real issue: the rule interferes with objects which are already entangle din other rules. Be it as it may that it's required by POSIX and let's take it for granted that w