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 | ec147f50c1b594ca8ed1fbc8ab9985b20c5051ff (patch) | |
tree | a4a268b0dc136bd9c2065a3987ee436655b136e5 /cppuhelper/qa | |
parent | 136983d14d61e104f9207b835a200de2a9c344e8 (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 41b72d8a84aa..04aa2479c3b8 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>' \ > $@ |