build: use $(@D) for eolian directory name
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 20 Jul 2018 23:21:31 +0000 (19:21 -0400)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Wed, 1 Aug 2018 04:27:58 +0000 (13:27 +0900)
commitcbd1f8a8f55ce0f6bf2b0f6414b78050ed65b37c
treea42af1a0b973848ede0d2e454c4680e3490d3508
parent84d8b7e72e8359a315373f527a827d887ac5ceb3
build: use $(@D) for eolian directory name

this is cosmetic; $(@D) is the standard automatic variable set to the directory
part of the target

https://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html

Differential Revision: https://phab.enlightenment.org/D6659
src/Makefile_Eolian_Cxx_Helper.am
src/Makefile_Eolian_Files_Helper.am