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:59 +0100
commit6f51f8136e7be64060190e56480189cc8df548b1 (patch)
tree7afbd1e6b8d53a8a02082ca59fd757e81e1d6b31 /i18npool
parent84d034eb26b0133430d1b01a4161059614c9c512 (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>' > $@