diff options
author | sb <sb@openoffice.org> | 2010-09-15 11:45:04 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-09-15 11:45:04 +0200 |
commit | 8aad539fa223e3c3b5128668fc0ab734cbdd3281 (patch) | |
tree | e86532c16e97d7337f31cf8ca00b04d6e62eaed4 /i18npool/source | |
parent | 2881adacaa7005d5047f508f3ed8737e5c6efa1b (diff) |
sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products
Diffstat (limited to 'i18npool/source')
-rwxr-xr-x | i18npool/source/localedata/data/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/i18npool/source/localedata/data/makefile.mk b/i18npool/source/localedata/data/makefile.mk index 20c851edecc9..1034de7f11bf 100755 --- a/i18npool/source/localedata/data/makefile.mk +++ b/i18npool/source/localedata/data/makefile.mk @@ -349,8 +349,7 @@ $(MISC)/saxparser.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \ $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \ $(SOLARENV)/bin/packcomponents.xslt $(MISC)/saxparser.input -$(MISC)/saxparser.input .ERRREMOVE : - - $(RM) $@ +$(MISC)/saxparser.input : echo \ '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \ > $@ |