> Date: Tue, 26 Sep 2006 07:44:08 -0400
> From: Earnie Boyd <[EMAIL PROTECTED]>
> 
> Hmm...  Perl is creating the makefile, is it the Cygwin release of 
> perl?  The line endings in the Makefile could be the issue.

They shouldn't be, AFAIK: the native Windows port of Make uses
text-mode I/O to read the Makefile.

> Try the following to see if it helps:
> 
> mv Makefile Makefile.old
> tr -d '\r' < Makefile.old > Makefile

But there's no harm in trying this, thanks.


_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to