From 585de6076881278a7b9b9d2234e6dbcc8e5ff7b5 Mon Sep 17 00:00:00 2001 From: Guilherme Lima Bernal Date: Wed, 20 Aug 2014 00:48:01 -0300 Subject: [PATCH] libgomp: Fixes #474 --- src/libgomp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libgomp.mk b/src/libgomp.mk index c5e2b09a..1e6be9d5 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' \