Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/18e62c55ad27ce16cedc7e4ffd1d71e2d1d73dc1

>---------------------------------------------------------------

commit 18e62c55ad27ce16cedc7e4ffd1d71e2d1d73dc1
Author: Ian Lynagh <[email protected]>
Date:   Fri Jun 29 21:54:28 2012 +0100

    Build fix

>---------------------------------------------------------------

 rules/build-package-data.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rules/build-package-data.mk b/rules/build-package-data.mk
index 2a6bf67..817128e 100644
--- a/rules/build-package-data.mk
+++ b/rules/build-package-data.mk
@@ -22,7 +22,7 @@ ifeq "$$(filter p,$$($1_$2_WAYS))" "p"
 $1_$2_CONFIGURE_OPTS += --enable-library-profiling
 endif
 
-ifeq "$$(filter dyn,$$($1_$2_WAYS)))" "dyn"
+ifeq "$$(filter dyn,$$($1_$2_WAYS))" "dyn"
 $1_$2_CONFIGURE_OPTS += --enable-shared
 endif
 



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to