On May 29, 2009 at 19:35, Juha Heinanen jh@tutpro.com wrote:
I?aki Baz Castillo writes:
Try to delete the last ")", it's wrong.
i tried that and now i get
normal Makefile.defs exec /bin/sh: -c: line 0: syntax error near unexpected token `|' /bin/sh: -c: line 0: `gcc - --version|head -n 1| |sed -e 's/([^)]*'
is it only me? this is driving my crazy.
The problem is with make matching ')' even if they are inside ''. I tested the change from the shell, where it worked perfectly, but I forgot to retest it after pasting it in the makefile :-(.
It should be fixed now.
Andrei