summaryrefslogtreecommitdiff
path: root/solenv/gbuild/CliAssembly.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-10-22 13:27:19 +0200
committerDavid Tardon <dtardon@redhat.com>2012-10-22 14:34:25 +0200
commit39f4b3d6dfc2a7709aa8c4a39fa049cd3c6cf9a0 (patch)
tree9e7c3f446daa6c0a2e7937007d1c4cb469fc4074 /solenv/gbuild/CliAssembly.mk
parent7f82096840a76ace982d1210cc098014a149b6a6 (diff)
add missing dep
Change-Id: Ic902a7399a810fcf3331dc9c728c22a1f2a14d4d
Diffstat (limited to 'solenv/gbuild/CliAssembly.mk')
-rw-r--r--solenv/gbuild/CliAssembly.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/CliAssembly.mk b/solenv/gbuild/CliAssembly.mk
index e3a87bdf52ae..440b4084a540 100644
--- a/solenv/gbuild/CliAssembly.mk
+++ b/solenv/gbuild/CliAssembly.mk
@@ -89,7 +89,6 @@ $(call gb_CliAssemblyTarget_get_target,$(1)) : CLI_ASSEMBLY_KEYFILE := $(gb_CliA
$(call gb_CliAssemblyTarget_get_target,$(1)) : CLI_ASSEMBLY_PLATFORM :=
$(call gb_CliAssemblyTarget_get_target,$(1)) : CLI_ASSEMBLY_VERSION :=
-$(call gb_CliAssemblyTarget_get_target,$(1)) : $$(CLI_ASSEMBLY_KEYFILE)
$(call gb_CliAssemblyTarget_get_target,$(1)) :| $(dir $(call gb_CliAssemblyTarget_get_target,$(1))).dir
endef
@@ -102,6 +101,7 @@ endef
define gb_CliAssemblyTarget_set_keyfile
$(call gb_CliAssemblyTarget_get_target,$(1)) : CLI_ASSEMBLY_KEYFILE := $(2)
+$(call gb_CliAssemblyTarget_get_target,$(1)) : $(2)
endef