Tweak some makefile code
authorIan Lynagh <igloo@earth.li>
Sun, 12 Jun 2011 13:03:34 +0000 (14:03 +0100)
committerIan Lynagh <igloo@earth.li>
Sun, 12 Jun 2011 13:03:34 +0000 (14:03 +0100)
mk/config.mk.in

index d4a7cbe..18e60e7 100644 (file)
@@ -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),\