diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-09 09:38:39 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-05-09 09:39:19 +0100 |
commit | 736170293c1cb9b242a13c6d8cda4e23bf465b3b (patch) | |
tree | b190c81c2cf5f45c725014e7b6089dbdd5173cfc /officecfg | |
parent | f4f4e3c050b117a8bfaa95a865b3b37bcb637516 (diff) |
gbuild: remove gb_Helper_abbreviate_dirs_native
Change-Id: I0a3ad6553692fc21eaf96cf35e9c343b4d716c21
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/CustomTarget_registry.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/officecfg/CustomTarget_registry.mk b/officecfg/CustomTarget_registry.mk index 7bf0ba77555e..5f13b6bbd801 100644 --- a/officecfg/CustomTarget_registry.mk +++ b/officecfg/CustomTarget_registry.mk @@ -41,7 +41,7 @@ $(OCRG)/$(if $(1),$(1)/$(if $(2),$(2)/))%.hxx: \ $(OCDIR)/schema/org/openoffice/$(if $(1),$(1)/$(if $(2),$(2)/))%.xcs \ $(OCDIR)/cppheader.xsl | $(gb_XSLTPROCTARGET) $$(call gb_Output_announce,$$(subst $(WORKDIR)/,,$$@),$(true),XSL,1) - $$(call gb_Helper_abbreviate_dirs_native, \ + $$(call gb_Helper_abbreviate_dirs, \ mkdir -p $$(dir $$@) && \ $$(gb_XSLTPROC) --nonet --stringparam ns1 \ $(if $(1), \ |