From f2c136a39361d905d0ebd8b746cf14089a567988 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 21 Mar 2011 20:16:13 +0000 Subject: update regression tests for new component registration --- i18npool/util/makefile.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'i18npool/util') diff --git a/i18npool/util/makefile.mk b/i18npool/util/makefile.mk index 8c9f1a83b2c0..bbaecb5cb94e 100644 --- a/i18npool/util/makefile.mk +++ b/i18npool/util/makefile.mk @@ -80,10 +80,16 @@ SHL1STDLIBS= \ .INCLUDE : target.mk -ALLTAR : $(MISC)/i18npool.component +ALLTAR : $(MISC)/i18npool.component $(MISC)/qa_i18npool.component $(MISC)/i18npool.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ i18npool.component $(XSLTPROC) --nonet --stringparam uri \ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ $(SOLARENV)/bin/createcomponent.xslt i18npool.component + +$(MISC)/qa_i18npool.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + i18npool.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_INBUILD_NATIVE)$(SHL1TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt i18npool.component -- cgit