parsec: fix build undefined $(D) to $(@D)

This commit is contained in:
Ciro Santilli
2018-03-26 10:27:22 +01:00
parent bcbc7b4c5c
commit 00bce69784

View File

@@ -33,7 +33,7 @@ endef
define PARSEC_BENCHMARK_INSTALL_TARGET_CMDS
mkdir -p '$(TARGET_DIR)/parsec/'
$(INSTALL) -D -m 0755 '$(D)/test.sh' '$(TARGET_DIR)/parsec/'
$(INSTALL) -D -m 0755 '$(@D)/test.sh' '$(TARGET_DIR)/parsec/'
if [ '$(BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT)' = y ]; then \
rsync -am $(if $(filter $(V),1),-v,) \
--exclude '**/obj/' \