[Libreoffice-commits] .: i18npool/source
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 13 16:35:25 PDT 2011
i18npool/source/localedata/data/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0b6e3c5620cd15be17395f6674234f3c908e764c
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue Jun 14 02:34:56 2011 +0300
Use the BUILD platform's saxparser.rdb file as we use that saxparser, too
diff --git a/i18npool/source/localedata/data/makefile.mk b/i18npool/source/localedata/data/makefile.mk
index c857518..4668785 100644
--- a/i18npool/source/localedata/data/makefile.mk
+++ b/i18npool/source/localedata/data/makefile.mk
@@ -330,7 +330,7 @@ $(MY_MISC_CXXFILES) : $(OUT_FOR_BUILD)$/bin$/saxparser$(EXECPOST) $(MISC)/saxpar
$(MISC)$/localedata_%.cxx : %.xml
$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(OUT_FOR_BUILD)$/bin$/saxparser $* $< $@ \
- $(my_file)$(PWD)/$(MISC)/saxparser.rdb $(SOLARBINDIR)$/types.rdb \
+ $(my_file)$(PWD)/$(MISC_FOR_BUILD)/saxparser.rdb $(SOLARBINDIR)$/types.rdb \
-env:OOO_INBUILD_SHAREDLIB_DIR=$(my_file)$(SOLARSHAREDBIN)
$(RM) $(BIN)$/$(@:b).rdb
More information about the Libreoffice-commits
mailing list