From 219105cebbb1172ec48ccb134414448c76418235 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Wed, 16 Mar 2011 17:29:45 +0000
Subject: Don't put 2 copies of the RTS libraries in the bindists

---
 rts/ghc.mk | 1 -
 1 file changed, 1 deletion(-)

(limited to 'rts/ghc.mk')

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)
 
-- 
cgit v1.2.1