diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-10 19:14:00 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-12-13 09:33:39 +0100 |
commit | 946b0d316358006aca8d59b84f3239a8ae108541 (patch) | |
tree | f847c5a2d637e35431b145d8610a2d6dd14ec974 /i18npool | |
parent | f953f1b11acea9c225ea50888d285c7efd11de2e (diff) |
simplify this, use gb_Helper_abbreviate_dirs_native instead of cygpath
Diffstat (limited to 'i18npool')
-rwxr-xr-x | i18npool/source/localedata/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/i18npool/source/localedata/Makefile b/i18npool/source/localedata/Makefile index da83ff475f31..d744384c7f1a 100755 --- a/i18npool/source/localedata/Makefile +++ b/i18npool/source/localedata/Makefile @@ -48,13 +48,8 @@ localedata_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/localedata/data) endif saxparser.rdb : saxparser.input -ifeq ($(OS_FOR_BUILD),WNT) - $(gb_XSLTPROC) --nonet --stringparam prefix `cygpath -m $(OUTDIR)/xml/` -o $@ \ - $(SOLARENV)/bin/packcomponents.xslt saxparser.input -else - $(gb_XSLTPROC) --nonet --stringparam prefix $(OUTDIR)/xml/ -o $@ \ - $(SOLARENV)/bin/packcomponents.xslt saxparser.input -endif + $(call gb_Helper_abbreviate_dirs_native, $(gb_XSLTPROC) --nonet --stringparam prefix $(OUTDIR)/xml/ -o $@ \ + $(SOLARENV)/bin/packcomponents.xslt saxparser.input) saxparser.input : echo '<list><filename>$(my_components)</filename></list>' > $@ |