make sure the output dir exists

Change-Id: I71fac6a4e8283d293a6bd50637ff3a1e6c2ad40d
This commit is contained in:
David Tardon
2013-05-06 14:22:13 +02:00
parent 29884e1f4b
commit 9fc31b75d6

View File

@@ -114,6 +114,7 @@ define gb_Library_add_auxtarget
$(call gb_LinkTarget_add_auxtarget,$(call gb_Library_get_linktargetname,$(1)),$(dir $(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,$(1))))/$(notdir $(2)))
$(call gb_Library_get_target,$(1)) : $(2)
$(2) : $(dir $(call gb_LinkTarget_get_target,$(call gb_Library_get_linktargetname,$(1))))/$(notdir $(2))
$(2) :| $(dir $(2)).dir
$(call gb_Library_get_clean_target,$(1)) : AUXTARGETS += $(2)
endef