diff options
-rw-r--r-- | cppuhelper/qa/propertysetmixin/makefile.mk | 3 | ||||
-rw-r--r-- | stoc/test/uriproc/makefile.mk | 3 | ||||
-rw-r--r-- | ure/source/makefile.mk | 3 |
3 files changed, 3 insertions, 6 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>' \ > $@ diff --git a/stoc/test/uriproc/makefile.mk b/stoc/test/uriproc/makefile.mk index 84f852689f86..05ffd5fdd210 100644 --- a/stoc/test/uriproc/makefile.mk +++ b/stoc/test/uriproc/makefile.mk @@ -74,9 +74,8 @@ $(MISC)/$(TARGET)/services.rdb .ERRREMOVE: $(SOLARENV)/bin/packcomponents.xslt \ $(XSLTPROC) --nonet --stringparam prefix $(PWD)/$(MISC)/ -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>' \ > $@ diff --git a/ure/source/makefile.mk b/ure/source/makefile.mk index d10e276c451f..cd6fab21049d 100644 --- a/ure/source/makefile.mk +++ b/ure/source/makefile.mk @@ -64,8 +64,7 @@ $(MISC)/services.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \ $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \ $(SOLARENV)/bin/packcomponents.xslt $(MISC)/services.input -$(MISC)/services.input .ERRREMOVE : - - $(RM) $@ +$(MISC)/services.input : echo \ '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \ > $@ |