%% "Jacob A. Langford" <[EMAIL PROTECTED]> writes: jal> Attached is a Makefile with DOS style line termination. For a jal> Solaris compiled make, the \ line continuation mechanism does not jal> work when the backslash carriage-return newline sequence falls at jal> the 200 byte readline buffer-resize boundary in read.c, as with jal> the attached Makefile. The offending \ occurs after jal> FOM_ABNP_FDECK_object.o. Note that if the \ is moved forward or jal> backward by a single character (i.e. by changing the name of jal> another object file) that the problem goes away.
This has been reported and fixed in the source, and the fix will be available in the next version. Thanks for the report. -- ------------------------------------------------------------------------------- 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
