Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/28ec3ab2fa6e475273fafc1c01cf2cbc058a9e55 >--------------------------------------------------------------- commit 28ec3ab2fa6e475273fafc1c01cf2cbc058a9e55 Author: Ian Lynagh <[email protected]> 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) \ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
