Codelite puts absolute paths in makefile, such as:
=== mygreatapp.workspace ===
<...>
WorkspacePath := "/home/vladon/Projects/mygreatapp"
ProjectPath := "/home/vladon/Projects/mygreatapp"
<...>
===
And in generated makefiles it uses absolute paths also.
Therefore app cannot be build on other machine.
How to make paths relative in makefiles produced by CodeLite?