From 38e436836b9a693602fbdfb51d0b3cc40651a0de Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Thu, 4 Aug 2011 16:24:30 +0100
Subject: [PATCH] Don't duplicate files in bindists; trac #5356

We were putting
    includes/ghcautoconf.h
    includes/ghcconfig.h
    includes/ghcplatform.h
into bindists twice.
---
 ghc.mk | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index b359ecca7a30..f55b89046b05 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -919,10 +919,7 @@ $(eval $(call bindist,.,\
     $(BINDIST_LIBS) \
     $(BINDIST_HI) \
     $(BINDIST_EXTRAS) \
-    $(includes_H_CONFIG) \
-    $(includes_H_PLATFORM) \
     $(includes_H_FILES) \
-    includes/ghcconfig.h \
     $(INSTALL_HEADERS) \
     $(INSTALL_LIBEXECS) \
     $(INSTALL_LIBEXEC_SCRIPTS) \
-- 
GitLab