Re: Makefile with CRLFs bug

2001-01-30 Thread Paul D. Smith
I believe this is a manifestation of a bug fixed by the following patch. Please try it and let me know. --- make-3.79.1/read.c Wed Jun 21 15:33:30 2000 +++ make/read.c Fri Nov 24 09:12:25 2000 @@ -2142,15 +2142,16 @@ char *buffer = linebuffer->buffer; register char *p = linebuffer->buff

Makefile with CRLFs bug

2001-01-30 Thread Eric Estievenart
Hello there, I found a strange bug while reading a makefile with CRLF on Linux. (I know, I shouldn't have CRLF files under unix, but this is another problem ;-) My make version is v 3.79.1 The error message is : amdba.mak.ko:11: *** missing separator. Stop. (The makefile contains a long varia