Kaydet (Commit) 4082804c authored tarafından David Tardon's avatar David Tardon

make sure the outdir exists before it is used

Change-Id: I62267efc2e02b20ca0adc284032ee9dc465a5145
üst 1c2d1ad1
......@@ -40,6 +40,7 @@ $$(eval $$(call gb_Module_register_target,$(call gb_Pyuno_get_target,$(1)),$(cal
$(call gb_Helper_make_userfriendly_targets,$(1),Pyuno)
$(call gb_Pyuno_get_target,$(1)) : $(call gb_Pyuno_get_outdir_target,$(1))
$(call gb_Pyuno_get_outdir_target,$(1)) : $(call gb_Zip_get_target,Pyuno/$(1))
$(call gb_Pyuno_get_outdir_target,$(1)) :| $(dir $(call gb_Pyuno_get_outdir_target,$(1))).dir
$(call gb_Pyuno_get_clean_target,$(1)) : $(call gb_Zip_get_clean_target,Pyuno/$(1))
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