On Wed, Aug 26, 2009 at 8:19 PM, Fadi Moukayed<[email protected]> wrote:
>
>> I'm not sure about the change to SEP - I don't really understand
>> the nested subst expression.
>
> Sorry about that, I meant to write $(subst /,$(SEP),$(PREFIX)) but I
> forgot to change that before uploading. This should not affect any
> other platform since it's inside an #ifdef.
>
> The SEP variable in Makefile.mingw should be changed to $(strip \) or
> $(subst ,,\) - this is the only way to get a single '\' (since GNU
> make interprets it as a line continuation and it can't be escaped)
>
> The following patch fixes these issues, and also adds chicken-setup
> and libchickengui.a to the uninstall target. This should completely
> fix any remaining problems with the makefiles on mingw.
>

Much appreciated, Fadi!


cheers,
felix


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to