Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5c42c79c5dc31dc539071d6d62e02f580f7c8ebd >--------------------------------------------------------------- commit 5c42c79c5dc31dc539071d6d62e02f580f7c8ebd Author: Ian Lynagh <[email protected]> Date: Sun Jun 12 14:03:34 2011 +0100 Tweak some makefile code >--------------------------------------------------------------- mk/config.mk.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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),\ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
