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 /shell/source/unix/exec/makefile.mk | |
parent | 6cf96e73055e4e63efaf64f14555087d89b56b4d (diff) | |
parent | 4856f3fc585169d3135fcb9ea3ff4400b9c93d11 (diff) |
rebased to m89
Diffstat (limited to 'shell/source/unix/exec/makefile.mk')
-rw-r--r-- | shell/source/unix/exec/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/source/unix/exec/makefile.mk b/shell/source/unix/exec/makefile.mk index 4bf77436f668..1a26d377b142 100644 --- a/shell/source/unix/exec/makefile.mk +++ b/shell/source/unix/exec/makefile.mk @@ -88,3 +88,11 @@ run_test : $(BIN)$/$(TESTAPP1).sh $(BIN)$/$(TESTAPP1).sh : $$(@:f) $(COPY) $< $@ -chmod +x $@ + +ALLTAR : $(MISC)/syssh.component + +$(MISC)/syssh.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + syssh.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt syssh.component |