Kaydet (Commit) 442b7f6b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

For some reason I need mkdirs here, dunno why others don't?

Change-Id: I1e4e701ba4883862ddf79ef45d4f7521346a067d
üst f26d188f
......@@ -341,10 +341,10 @@ $(call gb_UnoApiHeadersTarget_get_bootstrap_dir,$(1),/%.hpp) :
touch $$@
$(call gb_UnoApiHeadersTarget_get_comprehensive_dir,$(1),/%.hdl) :
touch $$@
mkdir -p `dirname $$@` && touch $$@
$(call gb_UnoApiHeadersTarget_get_comprehensive_dir,$(1),/%.hpp) :
touch $$@
mkdir -p `dirname $$@` && touch $$@
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