>   the old rule has 1 target (or multiple identical targets)
>   and
>   there exists a target in the new rule the same as the old rule's target
> 
> See attached makefile which demonstrates this.  Is that the correct
> behaviour?  It seems like it would make more sense to compare the
> target lists for equality.

I think it should match any rule whose target list is a subset of the new
rule's list, without regard to order.


Thanks,
Roland


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to