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

New commits:
commit 6788b92e15889beb151baf2b8ca8719f6ea38481
Author: Bjoern Michaelsen <[email protected]>
Date:   Thu Nov 21 03:37:03 2013 +0100

    lazy eval is lazy. and nasty too
    
    Change-Id: I4191277a2df0ea060d86090ee6e99490840f8f48

diff --git a/Makefile.in b/Makefile.in
index 88c56e4..749ec8ee 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,7 +49,7 @@ gb_Side ?= host
 
 include $(BUILDDIR)/config_$(gb_Side).mk
 
-export GMAKE_OPTIONS?=-r$(if $(verbose)$(VERBOSE),,s)$(MAKEFLAGS)
+export GMAKE_OPTIONS:=-r$(if $(verbose)$(VERBOSE),,s)$(value $(MAKEFLAGS))
 
 #
 # Partial Build
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to