Kaydet (Commit) 3feaed30 authored tarafından David Tardon's avatar David Tardon

make sure the outdir exists before it is used

Change-Id: I4b23256f84110e99a81631330dd5b8009141ece6
üst 01722789
......@@ -59,7 +59,7 @@ $(WORKDIR)/Zip/smoketestdoc/mimetype :
$(call gb_Zip_get_final_target,smoketestdoc) : $(OUTDIR)/bin/smoketestdoc.sxw
$(call gb_Zip_get_clean_target,smoketestdoc) : Clean_smoketestdoc_sxw
$(OUTDIR)/bin/smoketestdoc.sxw : $(call gb_Zip_get_target,smoketestdoc)
$(OUTDIR)/bin/smoketestdoc.sxw : $(call gb_Zip_get_target,smoketestdoc) | $(OUTDIR)/bin/.dir
$(call gb_Deliver_deliver,$<,$@)
.PHONY : Clean_smoketestdoc_sxw
......
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