Use absolute path for CMAKE_INSTALL_PREFIX
authorJonghyun Park <jh1302.park@samsung.com>
Mon, 26 Feb 2018 08:31:51 +0000 (17:31 +0900)
committerJonghyun Park <jh1302.park@samsung.com>
Mon, 26 Feb 2018 08:31:51 +0000 (17:31 +0900)
commit217574efc2cfba479c9a0a9a8d67aea0e2b32da1
tree38153cc03096da73f558d4af08d43026f9b5cdce
parentc0547c66e3bf71a58b15d50168f7cd88a783ab9e
Use absolute path for CMAKE_INSTALL_PREFIX

Currently, Makefile uses relative path to set CMAKE_INSTALL_PREFIX, which
results in incorrect 'make install' behavior.

This commit revises Makefile to use absolute path when setting CMAKE_INSTALL_PREFIX
to prevent this incorrect behavior.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
Makefile