"Nick Kostirya" <[EMAIL PROTECTED]> wrote:
>
> Main Makefile contain line
> .c.str: build_tools\c2str.pl
>
> But nmake do not understand this construction, only
>
> .c.str:
>     .....
>
This is a problem I flagged up earlier, but I haven't had time to check
leo's latest fix.  Looking at that line, I think it should be:-

.c.str: $(PERL) build_tools\c2str.pl

Jonathan


Reply via email to