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

  rpjd> is there a way to invoke make so that the implicit *suffix*
  rpjd> rules are deleted, while the implicit *pattern* rules are
  rpjd> retained?  ("make -r" deletes both types, which is not what i'm
  rpjd> after.)

Suffix rules can be removed by adding ".SUFFIXES:" with no prerequisites
to your makefile.

Look up that special target in the manual.

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

Reply via email to