%% Philip Guenther <[EMAIL PROTECTED]> writes:
pg> Yeah, this can be useful in some cases. I remember doing this with
pg> SunOS 4's make using the syntax
pg> target1 + target2: dependencies
pg> command
pg> but GNU make does not (currently) support that.
I don't like this syntax: it
%% Henning Makholm <[EMAIL PROTECTED]> writes:
hm> I think it would be cool if there was some way to write a
hm> non-pattern rule that tells Make that this particular command
hm> creates more than one file simultaneously. I.e., a multi-target
hm> rule that works like multi-target pattern r