X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fghc.mk;h=853e3d8b43855c8aa4545d860bd2b5318c9f70b3;hb=40d0595755c28294233dde78874f49a9b4d91e9a;hp=fb4206c8be2eae600ee67abf3801a4d14a04a00a;hpb=1817126134f67120937eafa1f2a5f6b5ed5a02bc;p=ghc-hetmet.git diff --git a/rts/ghc.mk b/rts/ghc.mk index fb4206c..853e3d8 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -19,8 +19,8 @@ rts_dist_HC = $(GHC_STAGE1) # merge GhcLibWays and GhcRTSWays but strip out duplicates rts_WAYS = $(GhcLibWays) $(filter-out $(GhcLibWays),$(GhcRTSWays)) -ALL_RTS_LIBS = $(foreach way,$(rts_WAYS),rts/dist/build/libHSrts$($(way)_libsuf)) \ - rts/dist/build/libHSrtsmain.a +ALL_RTS_LIBS = rts/dist/build/libHSrtsmain.a \ + $(foreach way,$(rts_WAYS),rts/dist/build/libHSrts$($(way)_libsuf)) all_rts : $(ALL_RTS_LIBS) # -----------------------------------------------------------------------------