summaryrefslogtreecommitdiff
path: root/configmgr/source/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/makefile.mk')
-rw-r--r--configmgr/source/makefile.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/configmgr/source/makefile.mk b/configmgr/source/makefile.mk
index 37235a726ce4..94747d9dd803 100644
--- a/configmgr/source/makefile.mk
+++ b/configmgr/source/makefile.mk
@@ -81,3 +81,11 @@ SHL1USE_EXPORTS = name
DEF1NAME = $(SHL1TARGET)
.INCLUDE: target.mk
+
+ALLTAR : $(MISC)/configmgr.component
+
+$(MISC)/configmgr.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ configmgr.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt configmgr.component