%% "Robert P. J. Day" <[EMAIL PROTECTED]> writes: rpjd> is there any value to defining your own suffix rules give that rpjd> pattern rules subsume suffix rules?
If you don't care about backward compatibility then there is no value. I personally never use them in any of the makefiles I create that don't need to be portable. I tend to follow Paul's First Rule of Makefiles :). -- ------------------------------------------------------------------------------- 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://mail.gnu.org/mailman/listinfo/help-make
