Fixed Makefile target 56/25856/1
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>
Sat, 2 Jan 2021 18:28:40 +0000 (03:28 +0900)
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>
Sat, 2 Jan 2021 18:28:40 +0000 (03:28 +0900)
commitf4c5a9b8e9d563ec16e65e3dafb97f18e12d7002
treeadddfde994c98eacd41ce797bf4590ced612f463
parent7800524955fb9264c567cb923d8b9369b79e8f2c
Fixed Makefile target

The install command was being executed with do_compile.
Because DESTDIR was not defined, the install command was not executed correctly.
Therefore, it was fixed so that the install command is not executed in do_compile.

Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp>
Change-Id: I272fc8252db17638c70ca81b0a016b90ab3f0c06
service/system/interface_unified/Makefile.client
service/system/task_manager/client/libtskmcfg/Makefile