[commit: ghc] master: In build.mk.sample, include v in GhcLibWays even if DYNAMIC_GHC_PROGRAMS is set (9d33fc3)
Ian Lynagh
igloo at earth.li
Wed Apr 3 16:06:59 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/9d33fc3c55fe5f45ebaec5f2031e63813a2ba27a
>---------------------------------------------------------------
commit 9d33fc3c55fe5f45ebaec5f2031e63813a2ba27a
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Apr 3 13:01:24 2013 +0100
In build.mk.sample, include v in GhcLibWays even if DYNAMIC_GHC_PROGRAMS is set
Although it's not technically needed, it's less confusing if the vanilla
way works when people use the sample build.mk.
>---------------------------------------------------------------
mk/build.mk.sample | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mk/build.mk.sample b/mk/build.mk.sample
index 338eefb..e1355cd 100644
--- a/mk/build.mk.sample
+++ b/mk/build.mk.sample
@@ -33,7 +33,7 @@
# A development build, working on the stage 2 compiler:
#BuildFlavour = devel2
-GhcLibWays = $(if $(filter $(DYNAMIC_GHC_PROGRAMS),YES),dyn,v)
+GhcLibWays = $(if $(filter $(DYNAMIC_GHC_PROGRAMS),YES),v dyn,v)
# Uncomment this to get prettier build output.
# Please use V = 1 when reporting GHC bugs.
More information about the ghc-commits
mailing list