%% "Robert P. J. Day" <[EMAIL PROTECTED]> writes:

rpjd> if prereq2 has to be done before prereq1, then make the latter a
 rpjd> prerequisite of the former.

 rpjd> target: prereq1

 rpjd> prereq1: prereq2

A more exact replica of the previous example would be:

   target: prereq1 prereq2

   prereq1: prereq2


Cheers!


Thanks!


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to