[commit: ghc] master: Remove boot-pkgs from SRC_DIST_GHC_FILES (5ba23df)

Ian Lynagh igloo at earth.li
Sat Apr 20 02:05:09 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/5ba23dfa5a72e3185ed5692eedb03907fe0154c7

>---------------------------------------------------------------

commit 5ba23dfa5a72e3185ed5692eedb03907fe0154c7
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Apr 19 12:48:32 2013 +0100

    Remove boot-pkgs from SRC_DIST_GHC_FILES
    
    The file no longer exists

>---------------------------------------------------------------

 ghc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc.mk b/ghc.mk
index c1b911c..b781478 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1081,7 +1081,7 @@ SRC_DIST_GHC_FILES += \
     configure.ac config.guess config.sub configure \
     aclocal.m4 README ANNOUNCE HACKING LICENSE Makefile install-sh \
     ghc.spec.in ghc.spec settings.in VERSION \
-    boot boot-pkgs packages ghc.mk
+    boot packages ghc.mk
 
 VERSION :
 	echo $(ProjectVersion) >VERSION





More information about the ghc-commits mailing list