external/firebird/ExternalProject_firebird.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3323937085939952aaf0a98147d231dfdfb85321
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Thu Aug 18 15:12:18 2016 +0200

    Missing &&
    
    Change-Id: Ib7471e8050b2fb7e97bd90797d3839dca80b9689

diff --git a/external/firebird/ExternalProject_firebird.mk 
b/external/firebird/ExternalProject_firebird.mk
index f3e6c9c..d9de091 100644
--- a/external/firebird/ExternalProject_firebird.mk
+++ b/external/firebird/ExternalProject_firebird.mk
@@ -75,7 +75,7 @@ $(call gb_ExternalProject_get_state_target,firebird,build):
                                -L$(call 
gb_UnpackedTarball_get_dir,icu)/source/lib \
                        ) \
                " \
-               export 
$(gb_Helper_LIBRARY_PATH_VAR)=$${$(gb_Helper_LIBRARY_PATH_VAR):+$$$(gb_Helper_LIBRARY_PATH_VAR):}":$(call
 gb_UnpackedTarball_get_dir,icu)/source/lib" \
+               && export 
$(gb_Helper_LIBRARY_PATH_VAR)=$${$(gb_Helper_LIBRARY_PATH_VAR):+$$$(gb_Helper_LIBRARY_PATH_VAR):}":$(call
 gb_UnpackedTarball_get_dir,icu)/source/lib" \
                && MAKE=$(MAKE) ./configure \
                        --without-editline \
                        --without-fbsample --without-fbsample-db \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to