diff options
Diffstat (limited to 'testtools/source/bridgetest')
-rw-r--r-- | testtools/source/bridgetest/makefile.mk | 3 | ||||
-rw-r--r-- | testtools/source/bridgetest/pyuno/makefile.mk | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/testtools/source/bridgetest/makefile.mk b/testtools/source/bridgetest/makefile.mk index d4a973994d32..945af7c0f0ba 100644 --- a/testtools/source/bridgetest/makefile.mk +++ b/testtools/source/bridgetest/makefile.mk @@ -200,8 +200,7 @@ $(DLLDEST)$/uno_services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \ $(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -o $@ \ $(SOLARENV)/bin/packcomponents.xslt $(MISC)/uno_services.input -$(MISC)/uno_services.input .ERRREMOVE : - - $(RM) $@ +$(MISC)/uno_services.input : echo \ '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \ > $@ diff --git a/testtools/source/bridgetest/pyuno/makefile.mk b/testtools/source/bridgetest/pyuno/makefile.mk index 7247c665eeda..ded3cdbc7931 100644 --- a/testtools/source/bridgetest/pyuno/makefile.mk +++ b/testtools/source/bridgetest/pyuno/makefile.mk @@ -99,8 +99,7 @@ $(DLLDEST)$/pyuno_services.rdb .ERRREMOVE : \ $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \ $(SOLARENV)/bin/packcomponents.xslt $(MISC)/pyuno_services.input -$(MISC)/pyuno_services.input .ERRREMOVE : - - $(RM) $@ +$(MISC)/pyuno_services.input : echo \ '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \ > $@ |