diff options
Diffstat (limited to 'basctl/util/makefile.mk')
-rw-r--r-- | basctl/util/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/basctl/util/makefile.mk b/basctl/util/makefile.mk index 47de65cc5..b33fa3f1d 100644 --- a/basctl/util/makefile.mk +++ b/basctl/util/makefile.mk @@ -103,3 +103,11 @@ RESLIB1SRSFILES= $(SRSFILELIST) .ENDIF # "$(header)" == "" + +ALLTAR : $(MISC)/basctl.component + +$(MISC)/basctl.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + basctl.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt basctl.component |