[commit: ghc] master: Build fixes following build system refactoring (807c294)
Ian Lynagh
igloo at earth.li
Thu Feb 21 17:52:30 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/807c2945319ef8c9848efc9e8d92cdee53dfc179
>---------------------------------------------------------------
commit 807c2945319ef8c9848efc9e8d92cdee53dfc179
Author: Ian Lynagh <ian at well-typed.com>
Date: Thu Feb 21 15:58:53 2013 +0000
Build fixes following build system refactoring
>---------------------------------------------------------------
rts/ghc.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/rts/ghc.mk b/rts/ghc.mk
index ded0548..a4c7acb 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -222,6 +222,8 @@ endef
# And expand the above for each way:
$(foreach way,$(rts_WAYS),$(eval $(call build-rts-way,$(way))))
+$(eval $(call distdir-opts,rts,dist))
+
#-----------------------------------------------------------------------------
# Flags for compiling every file
More information about the ghc-commits
mailing list