summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilherme Lima Bernal <lb-guilherme@live.com>2014-08-20 03:48:01 (GMT)
committerGuilherme Lima Bernal <lb-guilherme@live.com>2014-08-20 03:48:01 (GMT)
commit585de6076881278a7b9b9d2234e6dbcc8e5ff7b5 (patch)
treea76d4ffc5e2a9e5c3172aa1f8fc2bf29e86e6457
parentcacd6721b74c26f717990d2f0d4af3d586a16364 (diff)
downloadmxe-585de6076881278a7b9b9d2234e6dbcc8e5ff7b5.zip
mxe-585de6076881278a7b9b9d2234e6dbcc8e5ff7b5.tar.gz
mxe-585de6076881278a7b9b9d2234e6dbcc8e5ff7b5.tar.bz2
libgomp: Fixes #474
-rw-r--r--src/libgomp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgomp.mk b/src/libgomp.mk
index c5e2b09..1e6be9d 100644
--- a/src/libgomp.mk
+++ b/src/libgomp.mk
@@ -27,7 +27,7 @@ define $(PKG)_BUILD
$(MAKE) -C '$(1).build' -j '$(JOBS)' install
# TODO: find a way to fix this in configure stage
- $(if BUILD_SHARED, \
+ $(if $(BUILD_SHARED), \
mv '$(PREFIX)/bin/'libgomp*.dll '$(PREFIX)/$(TARGET)/bin/')
'$(TARGET)-gcc' \