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 /vcl/workben | |
parent | 2881adacaa7005d5047f508f3ed8737e5c6efa1b (diff) |
sb129: #i113189# cleaned up makefile rules; deliver services.input to have it modifiable for special one-off products
Diffstat (limited to 'vcl/workben')
-rw-r--r-- | vcl/workben/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/workben/makefile.mk b/vcl/workben/makefile.mk index e9841b8bf6f4..abd0c23a3607 100644 --- a/vcl/workben/makefile.mk +++ b/vcl/workben/makefile.mk @@ -146,8 +146,7 @@ $(BIN)/applicat.rdb .ERRREMOVE : $(SOLARENV)/bin/packcomponents.xslt \ $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \ $(SOLARENV)/bin/packcomponents.xslt $(MISC)/applicat.input -$(MISC)/applicat.input .ERRREMOVE : - - $(RM) $@ +$(MISC)/applicat.input : echo \ '<list>$(my_components:^"<filename>":+".component</filename>")</list>' \ > $@ |