%% <[EMAIL PROTECTED]> writes: n> Thanks, actually my biggest problem is matching n> a text string in a case-insensitive way:
There are no builtin capabilities for GNU make that help with this. You'll have to use $(shell ...) -- ------------------------------------------------------------------------------- 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
