Kaydet (Commit) eb98aa29 authored tarafından Michael Stahl's avatar Michael Stahl

officecfg: oops, create directory first...

Change-Id: Iddec1bb9f1d0f4f31ecfc5bf6e6fccb0b65b3fd5
üst 37b1ea06
......@@ -36,6 +36,7 @@ $(call gb_CustomTarget_get_target,officecfg/registry) : \
$(call gb_CustomTarget_get_workdir,officecfg/registry)/officecfg_qa_allheaders.hxx: \
$(SRCDIR)/officecfg/registry/files.mk
$(call gb_Output_announce,officecfg_qa_allheaders.hxx,$(true),CAT,1)
mkdir -p $(dir $@) && \
rm -f $@ \
$(foreach file,$(officecfg_XCSFILES),\
&& echo "#include <officecfg/$(file).hxx>" >> $@)
......
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