summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-08-04 16:24:30 +0100
committerIan Lynagh <igloo@earth.li>2011-08-04 18:10:35 +0100
commit28ec3ab2fa6e475273fafc1c01cf2cbc058a9e55 (patch)
tree037856e8d343c4f9d9363bf8c6fe48f0aa6daa16 /ghc.mk
parent8f0c37e39b1c2cc67d9610cd5988fc7081f141e5 (diff)
downloadhaskell-28ec3ab2fa6e475273fafc1c01cf2cbc058a9e55.tar.gz
Don't duplicate files in bindists; trac #5356
We were putting includes/ghcautoconf.h includes/ghcconfig.h includes/ghcplatform.h into bindists twice.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/ghc.mk b/ghc.mk
index b359ecca7a..f55b89046b 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) \