X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=18e60e793b166530f6ae37bf6e9660a1c58d8613;hp=d4a7cbeaf0b830214ead9bc8bc9f5a186a72ee76;hb=e5c3b478b3cd1707cf122833822f44b2ac09b8e9;hpb=54ca48a98d49f21bb485241e85ed473236420b6d diff --git a/mk/config.mk.in b/mk/config.mk.in index d4a7cbe..18e60e7 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),\