diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-12-14 10:53:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-12-14 10:55:55 +0100 |
commit | 95baab4be90abe55b494e130a0304914fa41b676 (patch) | |
tree | 4529b54bca5439501744181fc7731f08cb1316e9 /officecfg/registry | |
parent | 68d26c57c22005bbf81d56bdadcd1a3065883f06 (diff) |
Create workdir sub-dirs before writing to them.
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/registry/Makefile b/officecfg/registry/Makefile index 3f748f0d0959..e44fbd4f264d 100644 --- a/officecfg/registry/Makefile +++ b/officecfg/registry/Makefile @@ -39,6 +39,7 @@ define my_target $(if $(1),$(1)/$(if $(2),$(2)/))%.hxx: \ $(WFDIR)/schema/org/openoffice/$(if $(1),$(1)/$(if $(2),$(2)/))%.xcs \ $(WFDIR)/cppheader.xsl + $$(call gb_Helper_abbreviate_dirs_native,mkdir -p $$(dir $$@)) $$(call gb_Helper_abbreviate_dirs_native, \ $$(gb_XSLTPROC) --nonet --stringparam ns1 \ $(if $(1), \ |