diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-09-19 14:40:23 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-09-19 14:40:23 +0200 |
commit | eb98aa29af690710bd2b8ce1d2ab8d4237894cf4 (patch) | |
tree | b048624734fbd1b95d0b496716a262063aa58a90 | |
parent | 37b1ea0611abb41e5e7510ef579090496a38f29d (diff) |
officecfg: oops, create directory first...
Change-Id: Iddec1bb9f1d0f4f31ecfc5bf6e6fccb0b65b3fd5
-rw-r--r-- | officecfg/CustomTarget_registry.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/CustomTarget_registry.mk b/officecfg/CustomTarget_registry.mk index 32e61902be9a..e4cdd9bd34c6 100644 --- a/officecfg/CustomTarget_registry.mk +++ b/officecfg/CustomTarget_registry.mk @@ -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>" >> $@) |