[Libreoffice-commits] core.git: Makefile.in

Matúš Kukan matus.kukan at gmail.com
Mon Feb 18 08:06:22 PST 2013


 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a5cf6acfab9982bb29bc7df107a34897537bc0b8
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Mon Feb 18 17:04:22 2013 +0100

    We still need to export gb_Side for host platform
    
    ..where makefiles are not just included.
    
    Change-Id: I9c5590c1c846d88955ee153f2af786df020ef991

diff --git a/Makefile.in b/Makefile.in
index c9f2237..c22bc39 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,7 +46,7 @@ else # MAKE_RESTARTS
 all: build
 
 ifeq ($(gb_Side),)
-gb_Side:=host
+export gb_Side:=host
 endif
 
 include $(BUILDDIR)/config_$(gb_Side).mk


More information about the Libreoffice-commits mailing list