summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-26 17:05:38 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-26 17:05:38 +0200
commit8bbf51e7adb2d493be2131690926ef7fa1b37cb1 (patch)
tree3ae28e1a02033e6373db20423e48918fce95e85d /solenv
parentmixing build path and host exec. name doesn't work (diff)
downloadcore-8bbf51e7adb2d493be2131690926ef7fa1b37cb1.tar.gz
core-8bbf51e7adb2d493be2131690926ef7fa1b37cb1.zip
missing `)'
Change-Id: Ifb03305c8df237fd52f4343744dc1884d220b149
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/mingw.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/platform/mingw.mk b/solenv/gbuild/platform/mingw.mk
index 50ae98b5c129..edfdee58b7e7 100644
--- a/solenv/gbuild/platform/mingw.mk
+++ b/solenv/gbuild/platform/mingw.mk
@@ -128,7 +128,7 @@ $(call gb_Helper_abbreviate_dirs,\
-Wl$(COMMA)-Map$(COMMA)$(WORKDIR)/LinkTarget/$(2).map \
-Wl$(COMMA)--out-implib$(COMMA)$(ILIBTARGET) \
-o $(1) \
- $(if $(findstring s,$(MAKEFLAGS)),> /dev/null))
+ $(if $(findstring s,$(MAKEFLAGS)),> /dev/null)))
endef
define gb_LinkTarget__command_staticlinklibrary