summaryrefslogtreecommitdiff
path: root/lotuswordpro/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro/util/makefile.mk')
-rw-r--r--lotuswordpro/util/makefile.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/lotuswordpro/util/makefile.mk b/lotuswordpro/util/makefile.mk
index 640ba297ae75..b150cc6736dd 100644
--- a/lotuswordpro/util/makefile.mk
+++ b/lotuswordpro/util/makefile.mk
@@ -36,10 +36,16 @@ DEF1NAME=$(SHL1TARGET)
.INCLUDE : target.mk
-ALLTAR : $(MISC)/lwpfilter.component
+ALLTAR : $(MISC)/lwpfilter.component $(MISC)/qa_lwpfilter.component
$(MISC)/lwpfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
lwpfilter.component
$(XSLTPROC) --nonet --stringparam uri \
'$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
$(SOLARENV)/bin/createcomponent.xslt lwpfilter.component
+
+$(MISC)/qa_lwpfilter.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ lwpfilter.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_INBUILD_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt lwpfilter.component