%% Jim Kogler <[EMAIL PROTECTED]> writes: jk> Is there a way to check what target was specified? something like...
jk> if target != scour jk> -include $$(1)_depfiles jk> endif Look at the MAKECMDGOALS variable (see the GNU make manual). -- ------------------------------------------------------------------------------- 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
