diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-19 12:48:32 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-19 20:28:29 +0100 |
commit | 5ba23dfa5a72e3185ed5692eedb03907fe0154c7 (patch) | |
tree | 7ecfa625a56f213f44a1503d15b5564e8f1a4781 /ghc.mk | |
parent | 24ffa317d2c34698fabe9d55387eb1b67c52bd0a (diff) | |
download | haskell-5ba23dfa5a72e3185ed5692eedb03907fe0154c7.tar.gz |
Remove boot-pkgs from SRC_DIST_GHC_FILES
The file no longer exists
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |