How can I affect PATH in a makefile variable? Why is my example not working?

Posted by Geo on Stack Overflow See other posts from Stack Overflow or by Geo
Published on 2009-10-22T07:52:28Z Indexed on 2010/03/11 20:19 UTC
Read the original article Hit count: 126

Filed under:
|
|

At the beginning of a makefile I have this line :

PATH := $(PATH):/other/dir

and this gives this error: Recursive variable 'PATH' references itself. What do I have to do so it works?

© Stack Overflow or respective owner

Related posts about makefile

Related posts about make