%% "Robert P. J. Day" <[EMAIL PROTECTED]> writes: rpjd> this can certainly be clearer, methinks. or, i could just be rpjd> smarter.
You need to remember that every prerequisite is also a target. Even if you don't list it explicitly as a target, make always treats every prerequisite as a target and tries to rebuild it, using implicit rules if there is no explicit rule. -- ------------------------------------------------------------------------------- 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
