solenv/gbuild/ExternalProject.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46cef4f2fa797aade35ea48f3e46159c6141fcfc
Author: David Tardon <dtar...@redhat.com>
Date:   Thu Mar 14 11:56:26 2013 +0100

    cygpath only exists in Windows build

diff --git a/solenv/gbuild/ExternalProject.mk b/solenv/gbuild/ExternalProject.mk
index 6443af3..ff55c0e 100644
--- a/solenv/gbuild/ExternalProject.mk
+++ b/solenv/gbuild/ExternalProject.mk
@@ -200,7 +200,7 @@ endef
 # default log_filename is <run_target>.log
 #
 
-AUTOCONF_WRAPPERS := \
+AUTOCONF_WRAPPERS = \
        REAL_CC="$(shell cygpath -w $(CC))" \
        CC="$(call gb_Executable_get_target,gcc-wrapper)" \
        REAL_CXX="$(shell cygpath -w $(CXX))" \
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to