[commit: ghc] ghc-7.2: Don't duplicate files in bindists; trac #5356 (38e4368)
Ian Lynagh
igloo at earth.li
Thu Aug 4 18:33:56 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-7.2
http://hackage.haskell.org/trac/ghc/changeset/38e436836b9a693602fbdfb51d0b3cc40651a0de
>---------------------------------------------------------------
commit 38e436836b9a693602fbdfb51d0b3cc40651a0de
Author: Ian Lynagh <igloo at earth.li>
Date: Thu Aug 4 16:24:30 2011 +0100
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 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/ghc.mk b/ghc.mk
index b359ecc..f55b890 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) \
More information about the Cvs-ghc
mailing list