Add "dyn" to GhcRTSWays when compiling --enable-shared
authorClemens Fruhwirth <clemens@endorphin.org>
Tue, 14 Oct 2008 12:51:23 +0000 (12:51 +0000)
committerClemens Fruhwirth <clemens@endorphin.org>
Tue, 14 Oct 2008 12:51:23 +0000 (12:51 +0000)
mk/config.mk.in

index 59446a9..e8429e9 100644 (file)
@@ -398,7 +398,7 @@ GhcRTSWays += debug
 endif
 
 ifeq "$(BuildSharedLibs)" "YES"
 endif
 
 ifeq "$(BuildSharedLibs)" "YES"
-GhcRTSWays += debug_dyn thr_dyn thr_debug_dyn
+GhcRTSWays += dyn debug_dyn thr_dyn thr_debug_dyn
 endif
 
 # Want the threaded versions unless we're unregisterised
 endif
 
 # Want the threaded versions unless we're unregisterised