Paul Menzel <[email protected]> [2009-12-13 19:05:15]:

> > AFAIK Makefiles don't use accolades but parens for variables.
> 
> I see. But
> 
>         -INCLUDES = -I/usr/include/freetype2
>         +INCLUDES = $(STAGING_INCDIR)/freetype2
> 
> did not help and resulted in.
> 
>         INCLUDES = $(STAGING_INCDIR)/freetype2

No, I think, that Koen was writing about your general mistake. If there was
STAGING_INCDIR available in the environment, your ${} won't work anyway.
Correct is to use $(), parens in Makefile when accessing variables. It's
nothing about your issue.

-- ynezz

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to