diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2010-10-06 12:55:53 +0200 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2010-10-06 12:55:53 +0200 |
commit | 854b13739b6bd5c14113eba08b5d3eceb473f892 (patch) | |
tree | 8cf720bc97897d48f5a6691ac7f75de911d57c55 /xmlscript/util/makefile.mk | |
parent | 6cf96e73055e4e63efaf64f14555087d89b56b4d (diff) | |
parent | 4856f3fc585169d3135fcb9ea3ff4400b9c93d11 (diff) |
rebased to m89
Diffstat (limited to 'xmlscript/util/makefile.mk')
-rw-r--r-- | xmlscript/util/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xmlscript/util/makefile.mk b/xmlscript/util/makefile.mk index 3ccf63dc3b89..ba731470b2e4 100644 --- a/xmlscript/util/makefile.mk +++ b/xmlscript/util/makefile.mk @@ -74,3 +74,11 @@ $(MISC)$/$(SHL1TARGET).flt : makefile.mk xcr.flt @echo ------------------------------ @echo Making: $@ $(TYPE) xcr.flt > $@ + +ALLTAR : $(MISC)/xcr.component + +$(MISC)/xcr.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + xcr.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt xcr.component |