instsetoo_native/CustomTarget_setup.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 736b040cb158308e002d24cee8c33e794b2f59a1
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Dec 1 16:19:56 2014 +0100

    typo
    
    Change-Id: Id4112879e9c8cbb9d900a2f25f5f6114189137d7

diff --git a/instsetoo_native/CustomTarget_setup.mk 
b/instsetoo_native/CustomTarget_setup.mk
index 3ed8cc7..616f351 100644
--- a/instsetoo_native/CustomTarget_setup.mk
+++ b/instsetoo_native/CustomTarget_setup.mk
@@ -122,8 +122,8 @@ $(call 
gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
                && echo 'URE_INTERNAL_LIB_DIR=$${ORIGIN}$(if $(filter 
MACOSX,$(OS)),/../../../Frameworks)' \
                && echo 'URE_INTERNAL_JAVA_DIR=$(if $(filter 
MACOSX,$(OS)),$${ORIGIN}/../../java,$(if $(filter 
WNT,$(OS)),$${ORIGIN}/../java,$${ORIGIN}/classes))' \
                && echo 'URE_INTERNAL_JAVA_CLASSPATH=$${URE_MORE_JAVA_TYPES}' \
-               && echo 'UNO_TYPES=$(if $(filter 
MACOSX,$(OS)),$${ORIGIN}/../share/misc/,$(if $(filter 
WNT,$(OS)),$${ORIGIN}/../share/misc/,$${ORIGIN}/))types.rdb $${URE_MORE_TYPES}' 
\
-               && echo 'UNO_SERVICES=$(if $(filter 
MACOSX,$(OS)),$${ORIGIN}/../share/misc/,$(if $(filter 
WNT,$(OS)),$${ORIGIN}/../share/misc/,$${ORIGIN}/))services.rdb 
$${URE_MORE_SERVICES}' \
+               && echo 'UNO_TYPES=$(if $(filter 
MACOSX,$(OS)),$${ORIGIN}/../share/misc/,$(if $(filter 
WNT,$(OS)),$${ORIGIN}/../misc/,$${ORIGIN}/))types.rdb $${URE_MORE_TYPES}' \
+               && echo 'UNO_SERVICES=$(if $(filter 
MACOSX,$(OS)),$${ORIGIN}/../share/misc/,$(if $(filter 
WNT,$(OS)),$${ORIGIN}/../misc/,$${ORIGIN}/))services.rdb $${URE_MORE_SERVICES}' 
\
        ) > $@
 
 .PHONY: $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call 
gb_Helper_get_rcfile,version)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to