Paul D. Smith writes: > %% Peter Eisentraut <[EMAIL PROTECTED]> writes: > > pe> What is a good way to write rules that contain commands with multiple > pe> output files? > > Use multiple patterns in a pattern rule. See the GNU make manual, > section _Introduction to Pattern Rules_.
That only works when the files have related names, but not in a general case, like abc def: uvw xyz -- Peter Eisentraut [EMAIL PROTECTED] _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
