summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-10-14 13:36:08 +0100
committerIan Lynagh <igloo@earth.li>2012-10-14 15:31:07 +0100
commit0271742138ffc55d992be549c027ae690fde5080 (patch)
treefa99b538693da25f282f0e2752083c95d2f3e427 /rts
parent8c24ab98cde96ce20dea6a9280231d978ffc7690 (diff)
downloadhaskell-0271742138ffc55d992be549c027ae690fde5080.tar.gz
Get dynamic-by-default mostly working on OS X
Diffstat (limited to 'rts')
-rw-r--r--rts/ghc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk
index 2147c1fdd2..36df61d2d5 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -16,6 +16,9 @@
# We build the RTS with stage 1
rts_dist_HC = $(GHC_STAGE1)
+rts_INSTALL_INFO = rts
+rts_VERSION = 1.0
+
# merge GhcLibWays and GhcRTSWays but strip out duplicates
rts_WAYS = $(GhcLibWays) $(filter-out $(GhcLibWays),$(GhcRTSWays))
rts_dist_WAYS = $(rts_WAYS)