diff options
Diffstat (limited to 'mk/build.mk.sample')
-rw-r--r-- | mk/build.mk.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk.sample b/mk/build.mk.sample index e055b49301..338eefb573 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_BY_DEFAULT),YES),dyn,v) +GhcLibWays = $(if $(filter $(DYNAMIC_GHC_PROGRAMS),YES),dyn,v) # Uncomment this to get prettier build output. # Please use V = 1 when reporting GHC bugs. |