%% Cort Stratton <[EMAIL PROTECTED]> writes: cs> I can work around the problem using conditionals (e.g. Only cs> include the .d files if the NODEPS variable isn't defined), but cs> that requires the user to run "make depclean NODEPS=1", and I'm cs> looking for a more transparent solution.
The MAKECMDGOALS variable contains any goals that the user specified on the command line. -- ------------------------------------------------------------------------------- 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
