Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.4
-
None
Description
The generated TARGET in Makefile has the DESTDIR value prepended only when the TEMPLATE is app and not for the rest of the templates such as lib.
E.g
In Makefile when TEMPLATE = app
DESTDIR=../bin
TARGET=../bin/app
In Makefile when TEMPLATE = lib
DESTDIR=../lib
TARGET=lib.so