Kaydet (Commit) 66589fae authored tarafından Matúš Kukan's avatar Matúš Kukan

gb_CustomTarget_ulfex_rule: add dependency on directory

Change-Id: Ibe00404978cc5b7efc31fe84cb5d0a79a0e13ce3
üst 1c4f7274
......@@ -72,7 +72,7 @@ endif
# $(call gb_CustomTarget_ulfex_rule,ulftargetpattern,ulfsource,pofiles)
define gb_CustomTarget_ulfex_rule
$(1) : $(2) $(if $(WITH_LANG),$(call gb_Executable_get_runtime_dependencies,ulfex))
$(1) : $(2) $(if $(WITH_LANG),$(call gb_Executable_get_runtime_dependencies,ulfex)) | $(dir $(1)).dir
$$(call gb_CustomTarget_ulfex__command,$$@,$(subst %,$$*,$(strip $(2))),$(strip $(3)))
endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment