%% svilen <[EMAIL PROTECTED]> writes: s> the "nosuchfile" warning messages are given in correct order, but s> remaking happens in the reversed. which is quite contrary to s> anything else in the gnumake philosophy, AFAIunderstand it. if s> there's a reason behind it - or some documentation except the .info s> - let me know.
The order in which include files are rebuilt is undefined. If you have a specific need for ordering, it's best to declare that in your makefile explicitly rather than relying on the order in which they are included. -- ------------------------------------------------------------------------------- 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 _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-make