%% "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!
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make