[Libreoffice-commits] .: solenv/gbuild
Lubos Lunak
llunak at kemper.freedesktop.org
Fri Apr 6 17:18:27 PDT 2012
solenv/gbuild/platform/WNT_INTEL_GCC.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6a7cb5088bc162c3bf2cadf6cd9e5b03865106e6
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Sat Apr 7 02:17:28 2012 +0200
no trailing \ on last line, so that endif is taken as a directive
diff --git a/solenv/gbuild/platform/WNT_INTEL_GCC.mk b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
index 08b5351..c1cf033 100644
--- a/solenv/gbuild/platform/WNT_INTEL_GCC.mk
+++ b/solenv/gbuild/platform/WNT_INTEL_GCC.mk
@@ -95,7 +95,7 @@ endif
ifeq ($(gb_PRODUCT),$(true))
gb_LinkTarget_EXCEPTIONFLAGS += \
- -fno-enforce-eh-specs \
+ -fno-enforce-eh-specs
endif
# At least sal defines its own __main, which would cause DLLs linking against
More information about the Libreoffice-commits
mailing list