[commit: ghc] master: Make sure the RTS is built, even when no programs are being built with stage1 (3d51be4)

Ian Lynagh igloo at earth.li
Sat May 11 19:21:36 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/3d51be452cdff49aecee762c685af52ccb4ce74a

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

commit 3d51be452cdff49aecee762c685af52ccb4ce74a
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri May 10 21:53:22 2013 +0100

    Make sure the RTS is built, even when no programs are being built with stage1
    
    Part of #7841

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

 rts/ghc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/ghc.mk b/rts/ghc.mk
index 85f72b4..30f6c08 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -24,7 +24,7 @@ rts_WAYS = $(GhcLibWays) $(filter-out $(GhcLibWays),$(GhcRTSWays))
 rts_dist_WAYS = $(rts_WAYS)
 
 ALL_RTS_LIBS = $(foreach way,$(rts_WAYS),rts/dist/build/libHSrts$($(way)_libsuf))
-all_rts : $(ALL_RTS_LIBS)
+$(eval $(call all-target,rts,$(ALL_RTS_LIBS)))
 
 # -----------------------------------------------------------------------------
 # Defining the sources





More information about the ghc-commits mailing list