summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-06-12 14:03:34 +0100
committerIan Lynagh <igloo@earth.li>2011-06-12 14:03:34 +0100
commit5c42c79c5dc31dc539071d6d62e02f580f7c8ebd (patch)
tree6ad8057e2d0c2051a0c5affb6cfdbf3a463bc4ee /mk/config.mk.in
parentc91698bfe7349a2f6edbb327872848bac6b71c5a (diff)
downloadhaskell-5c42c79c5dc31dc539071d6d62e02f580f7c8ebd.tar.gz
Tweak some makefile code
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r--mk/config.mk.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index d4a7cbeaf0..18e60e793b 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -120,8 +120,8 @@ SharedLibsPlatformList = i386-unknown-linux x86_64-unknown-linux \
i386-unknown-mingw32 \
i386-apple-darwin powerpc-apple-darwin
-ifeq ($(SOLARIS_BROKEN_SHLD), NO)
-SharedLibsPlatformList := $(SharedLibsPlatformList) i386-unknown-solaris2
+ifeq "$(SOLARIS_BROKEN_SHLD)" "NO"
+SharedLibsPlatformList += i386-unknown-solaris2
endif
PlatformSupportsSharedLibs = $(if $(filter $(TARGETPLATFORM),\