diff options
author | Ian Lynagh <igloo@earth.li> | 2011-03-16 17:29:45 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-03-16 17:29:45 +0000 |
commit | 219105cebbb1172ec48ccb134414448c76418235 (patch) | |
tree | 42c4f71b6e769e41eb8982237be39591b0d94342 /rts/ghc.mk | |
parent | 58c4c3612c6c4e01ecd0e50648a11c5bd35c5aeb (diff) | |
download | haskell-219105cebbb1172ec48ccb134414448c76418235.tar.gz |
Don't put 2 copies of the RTS libraries in the bindists
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r-- | rts/ghc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk index d81c125671..3e0e11a697 100644 --- a/rts/ghc.mk +++ b/rts/ghc.mk @@ -531,5 +531,4 @@ INSTALL_LIBS += $(ALL_RTS_LIBS) $(eval $(call clean-target,rts,dist,rts/dist)) BINDIST_EXTRAS += rts/package.conf.in -BINDIST_EXTRAS += $(ALL_RTS_LIBS) |