Kaydet (Commit) 1872c168 authored tarafından David Tardon's avatar David Tardon

make sure the outdir exists

Change-Id: I652e4f9e73a0b2e0bccd204218b90ffda3e54165
üst 1e1a25ef
......@@ -100,6 +100,7 @@ $(eval $(call gb_Module_register_target,$(call gb_Jar_get_outdir_target,$(1)),$(
$(call gb_Helper_make_userfriendly_targets,$(1),Jar)
$(call gb_Deliver_add_deliverable,$(call gb_Jar_get_outdir_target,$(1)),$(call gb_Jar_get_target,$(1)),$(1))
$(call gb_Jar_get_outdir_target,$(1)) : $(call gb_Jar_get_target,$(1))
$(call gb_Jar_get_outdir_target,$(1)) :| $(dir $(call gb_Jar_get_outdir_target,$(1))).dir
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