From 6a7cb5088bc162c3bf2cadf6cd9e5b03865106e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Sat, 7 Apr 2012 02:17:28 +0200 Subject: [PATCH] no trailing \ on last line, so that endif is taken as a directive --- solenv/gbuild/platform/WNT_INTEL_GCC.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solenv/gbuild/platform/WNT_INTEL_GCC.mk b/solenv/gbuild/platform/WNT_INTEL_GCC.mk index 08b5351c9b6f..c1cf0332f55f 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