diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-11-10 13:34:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-11-10 13:36:20 +0100 |
commit | c1bd2a254b4a22a02d515b084dabafe963f175ff (patch) | |
tree | 775c3a011465fa4884639d1630b99a010da55458 /pyuno | |
parent | 32e173b865619ff7b8a55ef49dab0cb15496b174 (diff) |
New LO_{LIB,JAVA}_DIR make special inbuild component handling superfluous.
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/loader/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyuno/source/loader/makefile.mk b/pyuno/source/loader/makefile.mk index 15c58d66aa40..4c779ccd1ad0 100644 --- a/pyuno/source/loader/makefile.mk +++ b/pyuno/source/loader/makefile.mk @@ -90,5 +90,5 @@ ALLTAR : $(MISC)/pythonloader.component $(MISC)/pythonloader.component .ERRREMOVE : \ $(SOLARENV)/bin/createcomponent.xslt pythonloader.component $(XSLTPROC) --nonet --stringparam uri \ - 'vnd.sun.star.expand:$$BRAND_BASE_DIR/program/$(SHL1TARGETN:f)' \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' \ -o $@ $(SOLARENV)/bin/createcomponent.xslt pythonloader.component |