[commit: ghc] master: Don't duplicate files in bindists; trac #5356 (28ec3ab)
Ian Lynagh
igloo at earth.li
Thu Aug 4 23:42:05 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/28ec3ab2fa6e475273fafc1c01cf2cbc058a9e55
>---------------------------------------------------------------
commit 28ec3ab2fa6e475273fafc1c01cf2cbc058a9e55
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