I think this is a locale problem.  GNU make 3.79.1 uses the standard
libc globbing library, which obeys the sorting order in the locale.

Make sure your locale (LC_ALL and/or LANG) is set to "C", or at least
your sort order (LC_COLLATE) is set that way, and not to en_US or
whatever.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to