%% Torsten Mohr <[EMAIL PROTECTED]> writes: tm> When i give the command line option "-r" this does not happen.
There are two types of predefined rules: traditional make suffix rules, and GNU make pattern rules. The .SUFFIXES: empty target will get rid of the traditional make suffix rules but doesn't touch the predefined pattern rules. -r gets rid of all of them. -- ------------------------------------------------------------------------------- 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
