diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-02-21 15:58:53 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-02-21 15:58:53 +0000 |
commit | 807c2945319ef8c9848efc9e8d92cdee53dfc179 (patch) | |
tree | d1ef73a03f9077311d245fce67414d5384c92361 /rts/ghc.mk | |
parent | f1368057296b00dbf7100b4308c8fa3c6844d797 (diff) | |
download | haskell-807c2945319ef8c9848efc9e8d92cdee53dfc179.tar.gz |
Build fixes following build system refactoring
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r-- | rts/ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index ded0548e98..a4c7acb8b7 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 |