summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-10 19:14:00 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-12-13 09:33:39 +0100
commit946b0d316358006aca8d59b84f3239a8ae108541 (patch)
treef847c5a2d637e35431b145d8610a2d6dd14ec974 /i18npool
parentf953f1b11acea9c225ea50888d285c7efd11de2e (diff)
simplify this, use gb_Helper_abbreviate_dirs_native instead of cygpath
Diffstat (limited to 'i18npool')
-rwxr-xr-xi18npool/source/localedata/Makefile9
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>' > $@