diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-20 14:17:00 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-20 17:09:00 +0100 |
commit | aa06f5d7a0821d5118a594b448d364b77df4985f (patch) | |
tree | 0e716be82526f8e7d3ed2c101352d409c8ef07a1 /rts | |
parent | 9e4e2c24d1895ae81c92e4432b91026505827c96 (diff) | |
download | haskell-aa06f5d7a0821d5118a594b448d364b77df4985f.tar.gz |
Follow build system changes in integer-gmp
Also a couple of other fixes and sanity checks along the way.
Diffstat (limited to 'rts')
-rw-r--r-- | rts/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index b7651b09cf..b3b51a6d23 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -220,7 +220,7 @@ endef # And expand the above for each way: $(foreach way,$(rts_WAYS),$(eval $(call build-rts-way,$(way)))) -$(eval $(call distdir-opts,rts,dist)) +$(eval $(call distdir-opts,rts,dist,1)) #----------------------------------------------------------------------------- # Flags for compiling every file |