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 | 559c8fc2d7fdec9216b739bced674521a10120db (patch) | |
tree | 0df3247a85d2c2ee08528df3ae8434366390f482 /cppuhelper/qa | |
parent | adc2e2b2a5a56667a5dc2bad91390caf24c68327 (diff) |
sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products
Diffstat (limited to 'cppuhelper/qa')
-rw-r--r-- | cppuhelper/qa/propertysetmixin/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cppuhelper/qa/propertysetmixin/makefile.mk b/cppuhelper/qa/propertysetmixin/makefile.mk index 41b72d8a8..04aa2479c 100644 --- a/cppuhelper/qa/propertysetmixin/makefile.mk +++ b/cppuhelper/qa/propertysetmixin/makefile.mk @@ -103,9 +103,8 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE: $(SOLARENV)/bin/packcomponents.xslt \ $(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/$(TARGET)/ -o $@ \ $(SOLARENV)/bin/packcomponents.xslt $(MISC)/$(TARGET)/services.input -$(MISC)/$(TARGET)/services.input .ERRREMOVE: +$(MISC)/$(TARGET)/services.input: $(MKDIRHIER) $(@:d) - - $(RM) $@ echo \ '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \ > $@ |