Heh. You're running one version of GNU make on Solaris, and a different version on Windows, and you're assuming the difference in behavior is because of _MAKE_ ... !?!? :-)
Sorry, but this has nothing to do with make. Solaris (and all POSIX systems) ignore trailing slashes on pathnames. Windows doesn't. Hence your different behavior. -- ------------------------------------------------------------------------------- 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-gnu-utils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-utils
