Actually here is an example:

-include foo

bar: foo baz


baz:
        @echo baz

Without the additional if() this second loop (which is presumably
there only for double-colon rules) builds 'baz' dependency. The
first loop bails out with break because there is no rule to 
make 'foo' but since it is dontcare target make doesn't bail out
completely (which is a bug too but this is another story ;-) ).


hth,
-boris

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to