[Libreoffice-commits] .: Branch 'feature/gbuild_ure' - solenv/gbuild

Matus Kukan mkukan at kemper.freedesktop.org
Tue Aug 7 09:14:37 PDT 2012


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

New commits:
commit 484920848b0fda115921a66104bfde4bcceca10e
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Tue Aug 7 18:13:52 2012 +0200

    fix typo in previous commit
    
    Change-Id: Icdb862929730a92b02e3c3753a077902abe66eba

diff --git a/solenv/gbuild/platform/WNT_INTEL_MSC.mk b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
index 5d3116e..978fcf4 100644
--- a/solenv/gbuild/platform/WNT_INTEL_MSC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_MSC.mk
@@ -236,7 +236,7 @@ define gb_create_deps
 endef
 endif
 
-gb_COMPILER_LTOFLAGS := $(filter TRUE,$(ENABLE_LTO),-GL)
+gb_COMPILER_LTOFLAGS := $(if $(filter TRUE,$(ENABLE_LTO)),-GL)
 
 # Helper class
 


More information about the Libreoffice-commits mailing list